diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/add3.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/add3.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/add3.ll b/llvm/test/Transforms/InstCombine/add3.ll index d8e708a6346..9d3842f1a31 100644 --- a/llvm/test/Transforms/InstCombine/add3.ll +++ b/llvm/test/Transforms/InstCombine/add3.ll @@ -13,7 +13,7 @@ EntryBlock: add i32 %.val24, -16 inttoptr i32 %2 to i32* getelementptr i32, i32* %3, i32 1 - load i32* %4 + load i32, i32* %4 tail call i32 @callee( i32 %5 ) ret void } |