From: Nick Lewycky Date: Sat, 5 Oct 2013 20:11:44 +0000 (+0000) Subject: Rename this feature to "cx16" to match gcc's flag name. Apparently these strings X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e66dd40d74426606520f07fd894a3764b9a07646;p=oota-llvm.git 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? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192044 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86.td b/lib/Target/X86/X86.td index 0b49d6152e0..784a2642639 100644 --- a/lib/Target/X86/X86.td +++ b/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",