Skip to content

Commit 7ac9346

Browse files
committed
format
1 parent fbdea3c commit 7ac9346

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/IR/Instructions.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2973,7 +2973,8 @@ unsigned CastInst::isEliminableCastPair(
29732973
// zext, sext -> zext, because sext can't sign extend after zext
29742974
return Instruction::ZExt;
29752975
case 11: {
2976-
// inttoptr, ptrtoint/ptrtoaddr -> bitcast if SrcSize<=PtrSize and SrcSize==DstSize
2976+
// inttoptr, ptrtoint/ptrtoaddr -> bitcast if SrcSize<=PtrSize and
2977+
// SrcSize==DstSize
29772978
if (!MidIntPtrTy)
29782979
return 0;
29792980
unsigned PtrSize = MidIntPtrTy->getScalarSizeInBits();

0 commit comments

Comments
 (0)