Skip to content

Commit 9416895

Browse files
committed
fix clang format
1 parent 3fab473 commit 9416895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ void PPCRegisterInfo::lowerOctWordSpilling(MachineBasicBlock::iterator II,
12561256
bool IsKilled = MI.getOperand(0).isKill();
12571257

12581258
assert(PPC::VSRpRCRegClass.contains(SrcReg) &&
1259-
"Expecting STXVP to be utilizing a VSRp register.");
1259+
"Expecting STXVP to be utilizing a VSRp register.");
12601260

12611261
addFrameReference(
12621262
BuildMI(MBB, II, DL, TII.get(PPC::STXV))

0 commit comments

Comments
 (0)