Skip to content

Commit 9c017a9

Browse files
committed
clang-format-diff
1 parent 221099c commit 9c017a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SIInstrInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,7 @@ SIInstrInfo::pierceThroughRegSequence(const MachineInstr &MI) const {
13351335
MRI.getRegClass(RealDefs[(I + 1) % 2]->getOperand(0).getReg())
13361336
->MC->getSizeInBits() *
13371337
2 ==
1338-
MRI.getRegClass(MI.getOperand(0).getReg())->MC->getSizeInBits())
1338+
MRI.getRegClass(MI.getOperand(0).getReg())->MC->getSizeInBits())
13391339
return RealDefs[(I + 1) % 2];
13401340

13411341
return nullptr;

0 commit comments

Comments
 (0)