diff --git a/llvm/lib/Target/X86/X86.td b/llvm/lib/Target/X86/X86.td index e7611616d10ba3..44be46ef41c472 100644 --- a/llvm/lib/Target/X86/X86.td +++ b/llvm/lib/Target/X86/X86.td @@ -443,7 +443,7 @@ def FeatureFastHorizontalOps : SubtargetFeature< "fast-hops", "HasFastHorizontalOps", "true", "Prefer horizontal vector math instructions (haddp, phsub, etc.) over " - "normal vector instructions with shuffles", [FeatureSSE3]>; + "normal vector instructions with shuffles">; def FeatureFastScalarShiftMasks : SubtargetFeature<