diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/wineh-try-catch.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/wineh-try-catch.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AArch64/wineh-try-catch.ll b/llvm/test/CodeGen/AArch64/wineh-try-catch.ll index f4bb9d50a43..7185637a117 100644 --- a/llvm/test/CodeGen/AArch64/wineh-try-catch.ll +++ b/llvm/test/CodeGen/AArch64/wineh-try-catch.ll @@ -22,12 +22,12 @@ ; CHECK: add x29, sp, #32 ; CHECK: sub sp, sp, #624 ; CHECK: mov x19, sp -; CHECK: orr x0, xzr, #0xfffffffffffffffe +; CHECK: mov x0, #-2 ; CHECK: stur x0, [x19] ; Now check that x is stored at fp - 20. We check that this is the same ; location accessed from the funclet to retrieve x. -; CHECK: orr w8, wzr, #0x1 +; CHECK: mov w8, #1 ; CHECK: stur w8, [x29, [[X_OFFSET:#-[1-9][0-9]+]] ; Check the offset off the frame pointer at which B is located. |