summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2013-10-05 20:11:44 +0000
committerNick Lewycky <nicholas@mxc.ca>2013-10-05 20:11:44 +0000
commit3be42b8f06e5b9ce0b7cb258c1a281381fe9d105 (patch)
tree6b911c0693f1525d411a2676d2263b60b1de50fb /llvm
parent7fc6e1bc59784906fe75fc957f0ee06355b90aa3 (diff)
downloadbcm5719-llvm-3be42b8f06e5b9ce0b7cb258c1a281381fe9d105.tar.gz
bcm5719-llvm-3be42b8f06e5b9ce0b7cb258c1a281381fe9d105.zip
Rename this feature to "cx16" to match gcc's flag name. Apparently these strings
are directly tied to the flag names in clang with no remapping in between? llvm-svn: 192044
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/X86/X86.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86.td b/llvm/lib/Target/X86/X86.td
index 0b49d6152e0..784a2642639 100644
--- a/llvm/lib/Target/X86/X86.td
+++ b/llvm/lib/Target/X86/X86.td
@@ -68,7 +68,7 @@ def Feature3DNowA : SubtargetFeature<"3dnowa", "X863DNowLevel", "ThreeDNowA",
def Feature64Bit : SubtargetFeature<"64bit", "HasX86_64", "true",
"Support 64-bit instructions",
[FeatureCMOV]>;
-def FeatureCMPXCHG16B : SubtargetFeature<"cmpxchg16b", "HasCmpxchg16b", "true",
+def FeatureCMPXCHG16B : SubtargetFeature<"cx16", "HasCmpxchg16b", "true",
"64-bit with cmpxchg16b",
[Feature64Bit]>;
def FeatureSlowBTMem : SubtargetFeature<"slow-bt-mem", "IsBTMemSlow", "true",
OpenPOWER on IntegriCloud