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 a96253b86fe..d7a751664c3 100644 --- a/llvm/test/Bitcode/function-encoding-rel-operands.ll +++ b/llvm/test/Bitcode/function-encoding-rel-operands.ll @@ -43,7 +43,7 @@ define double @test_float_binops(i32 %a) nounwind { ; CHECK: INST_RET {{.*}}op0=1 define i1 @test_load(i32 %a, {i32, i32}* %ptr) nounwind { entry: - %0 = getelementptr inbounds {i32, i32}* %ptr, i32 %a, i32 0 + %0 = getelementptr inbounds {i32, i32}, {i32, i32}* %ptr, i32 %a, i32 0 %1 = load i32* %0 %2 = icmp eq i32 %1, %a ret i1 %2 |