Changes in directory llvm/lib/Target/Alpha:

Alpha.td updated: 1.12 -> 1.13
---
Log message:

For PR1336: http://llvm.org/PR1336 :
Subtarget option names must be given in lower case in order to be 
recognized. Fixes test/CodeGen/Alpha/ctlz.ll


---
Diffs of the changes:  (+1 -1)

 Alpha.td |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/Alpha/Alpha.td
diff -u llvm/lib/Target/Alpha/Alpha.td:1.12 llvm/lib/Target/Alpha/Alpha.td:1.13
--- llvm/lib/Target/Alpha/Alpha.td:1.12 Wed Jan 24 15:09:16 2007
+++ llvm/lib/Target/Alpha/Alpha.td      Mon Apr 16 09:06:19 2007
@@ -20,7 +20,7 @@
 // Subtarget Features
 
//===----------------------------------------------------------------------===//
 
-def FeatureCIX : SubtargetFeature<"CIX", "HasCT", "true",
+def FeatureCIX : SubtargetFeature<"cix", "HasCT", "true",
                                   "Enable CIX extentions">;
 
 
//===----------------------------------------------------------------------===//



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to