diff options
-rw-r--r-- | lib/Target/X86/X86.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86.td b/lib/Target/X86/X86.td index 1dc4aa9989..1b5c4d9753 100644 --- a/lib/Target/X86/X86.td +++ b/lib/Target/X86/X86.td @@ -162,7 +162,7 @@ def : Proc<"core2", [FeatureSSSE3, FeatureCMPXCHG16B, FeatureSlowBTMem]>; def : Proc<"penryn", [FeatureSSE41, FeatureCMPXCHG16B, FeatureSlowBTMem]>; -def : AtomProc<"atom", [ProcIntelAtom, FeatureSSE3, FeatureCMPXCHG16B, +def : AtomProc<"atom", [ProcIntelAtom, FeatureSSSE3, FeatureCMPXCHG16B, FeatureMOVBE, FeatureSlowBTMem, FeatureLeaForSP, FeatureSlowDivide]>; // "Arrandale" along with corei3 and corei5 |