aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/AArch64/local_vars.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/local_vars.ll')
-rw-r--r--test/CodeGen/AArch64/local_vars.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/local_vars.ll b/test/CodeGen/AArch64/local_vars.ll
index 2f5b9f2..332d660 100644
--- a/test/CodeGen/AArch64/local_vars.ll
+++ b/test/CodeGen/AArch64/local_vars.ll
@@ -49,7 +49,7 @@ define void @stack_local() {
; CHECK-LABEL: stack_local:
; CHECK: sub sp, sp, #16
- %val = load i64* @var
+ %val = load i64, i64* @var
store i64 %val, i64* %local_var
; CHECK-DAG: str {{x[0-9]+}}, [sp, #{{[0-9]+}}]