aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV8/SparcV8.td
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/SparcV8/SparcV8.td')
-rw-r--r--lib/Target/SparcV8/SparcV8.td6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Target/SparcV8/SparcV8.td b/lib/Target/SparcV8/SparcV8.td
index db9b367..b123930 100644
--- a/lib/Target/SparcV8/SparcV8.td
+++ b/lib/Target/SparcV8/SparcV8.td
@@ -21,13 +21,13 @@ include "../Target.td"
//
def FeatureV9
- : SubtargetFeature<"v9", "bool", "IsV9",
+ : SubtargetFeature<"v9", "IsV9", "true",
"Enable SPARC-V9 instructions">;
def FeatureV8Deprecated
- : SubtargetFeature<"deprecated-v8", "bool", "V8DeprecatedInsts",
+ : SubtargetFeature<"deprecated-v8", "V8DeprecatedInsts", "true",
"Enable deprecated V8 instructions in V9 mode">;
def FeatureVIS
- : SubtargetFeature<"vis", "bool", "IsVIS",
+ : SubtargetFeature<"vis", "IsVIS", "true",
"Enable UltraSPARC Visual Instruction Set extensions">;
//===----------------------------------------------------------------------===//