blob: a0196aa6cb81e79e889f6d67e39648e00512a1a6 [file] [log] [blame]
Reid Spencerafc64e42007-04-16 14:14:31 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep -i ESP | not grep sub
Chris Lattnerd31dd322004-02-15 00:21:04 +00002
3int %test(int %X) {
4 ret int %X
5}