blob: b25dfaf5d90e88770694cbae6b6696d1415677af [file] [log] [blame]
; RUN: llvm-as < %s | llc -march=x86 | grep -i ESP | not grep sub
define i32 @test(i32 %X) {
ret i32 %X
}