Skip to content

Commit db86d4b

Browse files
- Run clang-format
1 parent e5d23b8 commit db86d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64InstrInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,7 @@ AArch64InstrInfo::canRemovePTestInstr(MachineInstr *PTest, MachineInstr *Mask,
15001500
// mask.
15011501
if (isPTrueOpcode(MaskOpcode) && Mask->getOperand(1).getImm() == 31 &&
15021502
getElementSizeForOpcode(MaskOpcode) ==
1503-
getElementSizeForOpcode(PredOpcode))
1503+
getElementSizeForOpcode(PredOpcode))
15041504
return PredOpcode;
15051505

15061506
return {};

0 commit comments

Comments
 (0)