diff options
Diffstat (limited to 'llvm/test/Bitcode/function-encoding-rel-operands.ll')
-rw-r--r-- | llvm/test/Bitcode/function-encoding-rel-operands.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Bitcode/function-encoding-rel-operands.ll b/llvm/test/Bitcode/function-encoding-rel-operands.ll index d7a751664c3..1307dd48337 100644 --- a/llvm/test/Bitcode/function-encoding-rel-operands.ll +++ b/llvm/test/Bitcode/function-encoding-rel-operands.ll @@ -44,7 +44,7 @@ define double @test_float_binops(i32 %a) nounwind { define i1 @test_load(i32 %a, {i32, i32}* %ptr) nounwind { entry: %0 = getelementptr inbounds {i32, i32}, {i32, i32}* %ptr, i32 %a, i32 0 - %1 = load i32* %0 + %1 = load i32, i32* %0 %2 = icmp eq i32 %1, %a ret i1 %2 } |