summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2004-02-14-InefficientStackPointer.ll
blob: b25dfaf5d90e88770694cbae6b6696d1415677af (plain)
1
2
3
4
5
; RUN: llvm-as < %s | llc -march=x86 | grep -i ESP | not grep sub

define i32 @test(i32 %X) {
        ret i32 %X
}