diff options
Diffstat (limited to 'test/CodeGen/ARM/undef-sext.ll')
-rw-r--r-- | test/CodeGen/ARM/undef-sext.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/undef-sext.ll b/test/CodeGen/ARM/undef-sext.ll index c6d76d0..bb06bcb 100644 --- a/test/CodeGen/ARM/undef-sext.ll +++ b/test/CodeGen/ARM/undef-sext.ll @@ -8,7 +8,7 @@ entry: ; CHECK: ldr r0, [r0] ; CHECK: bx lr %0 = sext i16 undef to i32 - %1 = getelementptr inbounds i32* %a, i32 %0 - %2 = load i32* %1, align 4 + %1 = getelementptr inbounds i32, i32* %a, i32 %0 + %2 = load i32, i32* %1, align 4 ret i32 %2 } |