aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/AArch64/tbz-tbnz.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/tbz-tbnz.ll')
-rw-r--r--test/CodeGen/AArch64/tbz-tbnz.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/tbz-tbnz.ll b/test/CodeGen/AArch64/tbz-tbnz.ll
index c77043c..8863f70 100644
--- a/test/CodeGen/AArch64/tbz-tbnz.ll
+++ b/test/CodeGen/AArch64/tbz-tbnz.ll
@@ -211,7 +211,7 @@ define void @test11(i64 %val1, i64* %ptr) {
; CHECK-NOT: cmp
; CHECK: tbz [[CMP]], #63
- %val = load i64* %ptr
+ %val = load i64, i64* %ptr
%tst = icmp slt i64 %val, 0
br i1 %tst, label %if.then, label %if.end