summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2009-03-26-NoImplicitFPBug.ll
blob: 0e31942e468df2137897c6fe65fb95eb2385a8a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -no-implicit-float

define double @t(double %x) nounwind ssp {
entry:
	br i1 false, label %return, label %bb3

bb3:		; preds = %entry
	ret double 0.000000e+00

return:		; preds = %entry
	ret double undef
}