Changes in directory llvm/lib/Target/Alpha:
Alpha.td updated: 1.7 -> 1.8 --- Log message: Subtarget feature can now set any variable to any value --- Diffs of the changes: (+2 -2) Alpha.td | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Target/Alpha/Alpha.td diff -u llvm/lib/Target/Alpha/Alpha.td:1.7 llvm/lib/Target/Alpha/Alpha.td:1.8 --- llvm/lib/Target/Alpha/Alpha.td:1.7 Thu Jan 26 19:46:15 2006 +++ llvm/lib/Target/Alpha/Alpha.td Fri Jan 27 02:09:42 2006 @@ -20,9 +20,9 @@ // Subtarget Features //===----------------------------------------------------------------------===// -def FeatureCIX : SubtargetFeature<"CIX", "bool", "HasCT", +def FeatureCIX : SubtargetFeature<"CIX", "HasCT", "true", "Enable CIX extentions">; -def FeatureFIX : SubtargetFeature<"FIX", "bool", "HasF2I", +def FeatureFIX : SubtargetFeature<"FIX", "HasF2I", "true", "Enable FIX extentions">; //===----------------------------------------------------------------------===// _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits