1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-30 15:32:52 +01:00
llvm-mirror/test/Regression/CodeGen/X86/2004-02-14-InefficientStackPointer.llx

6 lines
98 B
Plaintext
Raw Normal View History

; RUN: llvm-as < %s | llc -march=x86 | grep ESP | not grep sub
int %test(int %X) {
ret int %X
}