Constant fold the isnan intrinsic
[oota-llvm.git] / test / CodeGen / X86 / 2004-02-14-InefficientStackPointer.llx
1 ; RUN: llvm-as < %s | llc -march=x86 | grep ESP | not grep sub
2
3 int %test(int %X) {
4         ret int %X
5 }