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

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