blob: f986ebd35f85edc71df0a860e931dbf2568b4be6 [file] [log] [blame]
Dan Gohman0a063102009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86 | grep -i ESP | not grep sub
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
Tanya Lattner348c6182008-03-25 04:26:08 +00003define i32 @test(i32 %X) {
4 ret i32 %X
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005}