blob: b25dfaf5d90e88770694cbae6b6696d1415677af [file] [log] [blame]
Tanya Lattner6f729d62008-03-25 04:26:08 +00001; RUN: llvm-as < %s | llc -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}