Skip to content

Commit d6fda59

Browse files
committed
fix typo
1 parent 7ac9346 commit d6fda59

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
@@ -2878,7 +2878,7 @@ unsigned CastInst::isEliminableCastPair(
28782878
{ 99,99,99, 0, 0,99,99, 0, 0,99,99,99, 4, 0}, // FPTrunc |
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 |
2881-
{ 1, 0, 0,99,99, 0, 0,99,99,99,99,99, 3, 0}, // PtrToAddr |
2881+
{ 1, 0, 0,99,99, 0, 0,99,99,99,99, 0, 3, 0}, // PtrToAddr |
28822882
{ 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 -+

0 commit comments

Comments
 (0)