aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2004-02-14-InefficientStackPointer.llx
blob: 69e4c1d011f6fd99bb2ee973cb0b21ae10bc3f9b (plain)
1
2
3
4
5
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep ESP | not grep sub

int %test(int %X) {
	ret int %X
}