diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/regress-w29-reserved-with-fp.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/regress-w29-reserved-with-fp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/regress-w29-reserved-with-fp.ll b/llvm/test/CodeGen/AArch64/regress-w29-reserved-with-fp.ll index 2cbcad6c70c..0d1ce41696c 100644 --- a/llvm/test/CodeGen/AArch64/regress-w29-reserved-with-fp.ll +++ b/llvm/test/CodeGen/AArch64/regress-w29-reserved-with-fp.ll @@ -5,7 +5,7 @@ declare void @bar() define void @test_w29_reserved() { ; CHECK-LABEL: test_w29_reserved: -; CHECK: add x29, sp, #{{[0-9]+}} +; CHECK: mov x29, sp %val1 = load volatile i32, i32* @var %val2 = load volatile i32, i32* @var |