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

Jim Laskey jlaskey at apple.com
Wed Oct 26 10:28:35 PDT 2005



Changes in directory llvm/lib/Target/Alpha:

Alpha.td updated: 1.5 -> 1.6
---
Log message:

Add attribute name and type to SubtargetFeatures.



---
Diffs of the changes:  (+4 -2)

 Alpha.td |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


Index: llvm/lib/Target/Alpha/Alpha.td
diff -u llvm/lib/Target/Alpha/Alpha.td:1.5 llvm/lib/Target/Alpha/Alpha.td:1.6
--- llvm/lib/Target/Alpha/Alpha.td:1.5	Sun Oct 23 17:08:45 2005
+++ llvm/lib/Target/Alpha/Alpha.td	Wed Oct 26 12:28:23 2005
@@ -20,8 +20,10 @@
 // Subtarget Features
 //===----------------------------------------------------------------------===//
 
-def FeatureCIX : SubtargetFeature<"CIX", "Enable CIX extentions">;
-def FeatureFIX : SubtargetFeature<"FIX", "Enable FIX extentions">;
+def FeatureCIX : SubtargetFeature<"CIX", "bool", "HasCT",
+                                  "Enable CIX extentions">;
+def FeatureFIX : SubtargetFeature<"FIX", "bool", "HasF2I",
+                                  "Enable FIX extentions">;
 
 //===----------------------------------------------------------------------===//
 // Register File Description






More information about the llvm-commits mailing list