llvm-6502/test/CodeGen/X86/2004-04-13-FPCMOV-Crash.llx

9 lines
180 B
Plaintext
Raw Normal View History

; 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
}