summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM64/const-addr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM64/const-addr.ll')
-rw-r--r--test/CodeGen/ARM64/const-addr.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM64/const-addr.ll b/test/CodeGen/ARM64/const-addr.ll
index 977628a092..c55a9226cc 100644
--- a/test/CodeGen/ARM64/const-addr.ll
+++ b/test/CodeGen/ARM64/const-addr.ll
@@ -5,8 +5,8 @@
; Test if the constant base address gets only materialized once.
define i32 @test1() nounwind {
; CHECK-LABEL: test1
-; CHECK: movz w8, #1039, lsl #16
-; CHECK-NEXT: movk w8, #49152
+; CHECK: movz w8, #0x40f, lsl #16
+; CHECK-NEXT: movk w8, #0xc000
; CHECK-NEXT: ldp w9, w10, [x8, #4]
; CHECK: ldr w8, [x8, #12]
%at = inttoptr i64 68141056 to %T*