aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2004-04-13-FPCMOV-Crash.llx
blob: 47ce1d9f9e75bbd0108784f89cef77ec31e153e5 (plain)
1
2
3
4
5
6
7
8
; 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
}