diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/align-sp-adjustment.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/align-sp-adjustment.ll | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/ARM/align-sp-adjustment.ll b/llvm/test/CodeGen/ARM/align-sp-adjustment.ll index 091279e75a2..cce7b03e236 100644 --- a/llvm/test/CodeGen/ARM/align-sp-adjustment.ll +++ b/llvm/test/CodeGen/ARM/align-sp-adjustment.ll @@ -1,10 +1,6 @@ ; RUN: llc -mtriple=thumbv7 -o - %s | FileCheck %s -; p5 will have been pushed to the stack. Check that it's correctly aligned by -; looking at the offset of the instruction that loads it. Note that this is -; very fragile and this test may need to be updated if we happen to spill more -; or less to the stack. -; CHECK: ldr{{(.w)?}} r{{[0-9]+}}, [sp, #2104] +; CHECK: [sp, #2120] %struct.struct_2 = type { [172 x %struct.struct_1] } %struct.struct_1 = type { i32, i32, i32 } |