Skip to content

Commit b1ccc78

Browse files
committed
fix typo
1 parent d6fda59 commit b1ccc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/IR/Instructions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2879,7 +2879,7 @@ unsigned CastInst::isEliminableCastPair(
28792879
{ 99,99,99, 2, 2,99,99, 8, 2,99,99,99, 4, 0}, // FPExt |
28802880
{ 1, 0, 0,99,99, 0, 0,99,99,99,99, 7, 3, 0}, // PtrToInt |
28812881
{ 1, 0, 0,99,99, 0, 0,99,99,99,99, 0, 3, 0}, // PtrToAddr |
2882-
{ 99,99,99,99,99,99,99,99,99,11, 11,99,15, 0}, // IntToPtr |
2882+
{ 99,99,99,99,99,99,99,99,99,11,11,99,15, 0}, // IntToPtr |
28832883
{ 5, 5, 5, 0, 0, 5, 5, 0, 0,16,16, 5, 1,14}, // BitCast |
28842884
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,13,12}, // AddrSpaceCast -+
28852885
};

0 commit comments

Comments
 (0)