Make room for register allocation to improve.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132213 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jakob Stoklund Olesen 2011-05-27 20:15:06 +00:00
parent f94c9c136b
commit 484a718b55

View File

@ -4,7 +4,7 @@
; register pressure and therefore spilling. There is more room for improvement
; here.
; CHECK: sub sp, #32
; CHECK: sub sp, #{{32|24}}
; CHECK: ldr r{{.*}}, [sp, #4]
; CHECK-NEXT: ldr r{{.*}}, [sp, #16]