summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/movw-consts.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/movw-consts.ll')
-rw-r--r--test/CodeGen/AArch64/movw-consts.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/movw-consts.ll b/test/CodeGen/AArch64/movw-consts.ll
index afdf681c28..b8a5fb9322 100644
--- a/test/CodeGen/AArch64/movw-consts.ll
+++ b/test/CodeGen/AArch64/movw-consts.ll
@@ -75,7 +75,7 @@ define i64 @test10() {
define void @test11() {
; CHECK: test11:
-; CHECK movz {{w[0-9]+}}, #0
+; CHECK: mov {{w[0-9]+}}, wzr
store i32 0, i32* @var32
ret void
}