[llvm-commits] CVS: llvm/lib/Target/Alpha/Alpha.td

Reid Spencer reid at x10sys.com
Mon Apr 16 07:06:41 PDT 2007



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">;
 
 //===----------------------------------------------------------------------===//






More information about the llvm-commits mailing list