Skip to content

Commit ba85dad

Browse files
committed
[PPC][NFC] Remove duplicate processor feature from pwr9/10/11 and future
1 parent 4595e80 commit ba85dad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/PowerPC/PPC.td

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,7 @@ def ProcessorFeatures {
435435
FeatureP9Vector,
436436
FeaturePPCPreRASched,
437437
FeaturePPCPostRASched,
438-
FeatureISA3_0,
439-
FeaturePredictableSelectIsExpensive
438+
FeatureISA3_0
440439
];
441440

442441
// Some features are unique to Power9 and there is no reason to assume

0 commit comments

Comments
 (0)