Mercurial > hg > Members > tobaru > cbc > CbC_llvm
diff test/CodeGen/ARM/2012-10-18-PR14099-ByvalFrameAddress.ll @ 95:afa8332a0e37
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 95c75e76d11b |
children | 803732b1fca8 |
line wrap: on
line diff
--- a/test/CodeGen/ARM/2012-10-18-PR14099-ByvalFrameAddress.ll Wed Feb 18 14:56:07 2015 +0900 +++ b/test/CodeGen/ARM/2012-10-18-PR14099-ByvalFrameAddress.ll Tue Oct 13 17:48:58 2015 +0900 @@ -10,8 +10,9 @@ entry: ; Here we need to only check proper start address of restored %s argument. -; CHECK: sub sp, sp, #16 +; CHECK: sub sp, sp, #12 ; CHECK: push {r11, lr} +; CHECK: sub sp, sp, #4 ; CHECK: add r0, sp, #12 ; CHECK: stm r0, {r1, r2, r3} ; CHECK: add r0, sp, #12