mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
New testcase for PR237: [x86] wierd stack/frame pointer manipulation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11456 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
96c3d2e2e7
commit
d31dd3278f
5
test/CodeGen/X86/2004-02-14-InefficientStackPointer.llx
Normal file
5
test/CodeGen/X86/2004-02-14-InefficientStackPointer.llx
Normal file
@ -0,0 +1,5 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 | grep ESP | not grep sub
|
||||
|
||||
int %test(int %X) {
|
||||
ret int %X
|
||||
}
|
Loading…
Reference in New Issue
Block a user