diff options
Diffstat (limited to 'test/CodeGen/AArch64/tst-br.ll')
-rw-r--r-- | test/CodeGen/AArch64/tst-br.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/AArch64/tst-br.ll b/test/CodeGen/AArch64/tst-br.ll index 5dc7b5d..345c4d9 100644 --- a/test/CodeGen/AArch64/tst-br.ll +++ b/test/CodeGen/AArch64/tst-br.ll @@ -9,8 +9,8 @@ define i32 @test_tbz() { ; CHECK-LABEL: test_tbz: - %val = load i32* @var32 - %val64 = load i64* @var64 + %val = load i32, i32* @var32 + %val64 = load i64, i64* @var64 %tbit0 = and i32 %val, 32768 %tst0 = icmp ne i32 %tbit0, 0 |