aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/AArch64/breg.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/breg.ll')
-rw-r--r--test/CodeGen/AArch64/breg.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/breg.ll b/test/CodeGen/AArch64/breg.ll
index 9524044..42061a8 100644
--- a/test/CodeGen/AArch64/breg.ll
+++ b/test/CodeGen/AArch64/breg.ll
@@ -4,7 +4,7 @@
define void @foo() {
; CHECK-LABEL: foo:
- %lab = load i8** @stored_label
+ %lab = load i8*, i8** @stored_label
indirectbr i8* %lab, [label %otherlab, label %retlab]
; CHECK: adrp {{x[0-9]+}}, stored_label
; CHECK: ldr {{x[0-9]+}}, [{{x[0-9]+}}, {{#?}}:lo12:stored_label]