hanchenye-llvm-project/llvm/test/CodeGen/X86/2004-02-14-InefficientStack...

6 lines
116 B
Plaintext

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