blob: f986ebd35f85edc71df0a860e931dbf2568b4be6 [file] [log] [blame]
Dan Gohman36a09472009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86 | grep -i ESP | not grep sub
Chris Lattnerd31dd322004-02-15 00:21:04 +00002
Tanya Lattner6f729d62008-03-25 04:26:08 +00003define i32 @test(i32 %X) {
4 ret i32 %X
Chris Lattnerd31dd322004-02-15 00:21:04 +00005}