llvm/test/CodeGen/X86/vec_select.ll: Fix failure on xmm-less hosts, to add -mattr...
[oota-llvm.git] / test / CodeGen / X86 / 2004-02-14-InefficientStackPointer.ll
1 ; RUN: llc < %s -march=x86 | grep -i ESP | not grep sub
2
3 define i32 @test(i32 %X) {
4         ret i32 %X
5 }