Skip to content

Commit d2dfec6

Browse files
committed
address review comment
1 parent 5356180 commit d2dfec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/PowerPC/PPCISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,7 @@ PPCTargetLowering::PPCTargetLowering(const PPCTargetMachine &TM,
15311531

15321532
// Enable generation of STXVP instructions by default for mcpu=future.
15331533
if (CPUDirective == PPC::DIR_PWR_FUTURE &&
1534-
!DisableAutoPairedVecSt.getNumOccurrences())
1534+
DisableAutoPairedVecSt.getNumOccurrences() == 0)
15351535
DisableAutoPairedVecSt = false;
15361536

15371537
IsStrictFPEnabled = true;

0 commit comments

Comments
 (0)