blob: a0196aa6cb81e79e889f6d67e39648e00512a1a6 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep -i ESP | not grep sub
2
3int %test(int %X) {
4 ret int %X
5}