Files
llvm-6502/test/CodeGen/X86/2004-04-13-FPCMOV-Crash.llx
Chris Lattner c78c0e4c06 new testcase that crashes the fp stackifier
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12932 91177308-0d34-0410-b5e6-96231b3b80d8
2004-04-13 21:44:54 +00:00

9 lines
180 B
Plaintext

; RUN: llvm-as < %s | llc -march=x86
implementation ; Functions:
double %test(double %d) {
%X = select bool false, double %d, double %d ; <double> [#uses=0]
ret double %X
}