Skip to content

Commit 0ac9518

Browse files
Update llvm/lib/Target/PowerPC/PPCISelLowering.cpp
Co-authored-by: Sergei Barannikov <[email protected]>
1 parent c033274 commit 0ac9518

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
@@ -16567,7 +16567,7 @@ SDValue PPCTargetLowering::PerformDAGCombine(SDNode *N,
1656716567
ST->getBasePtr(), ST->getOffset(), MemVT,
1656816568
ST->getMemOperand(), ST->getAddressingMode(),
1656916569
/*IsTruncating=*/true);
16570-
// Note we use CombineTo here to prevent DAGCombine from visiting the
16570+
// Note we use CombineTo here to prevent DAGCombiner from visiting the
1657116571
// new store which will change the constant by removing non-demanded bits.
1657216572
return ST->isUnindexed()
1657316573
? DCI.CombineTo(N, NewST, /*AddTo=*/false)

0 commit comments

Comments
 (0)