1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00
llvm-mirror/test/CodeGen/X86/2009-03-26-NoImplicitFPBug.ll

13 lines
243 B
LLVM
Raw Normal View History

; RUN: llc < %s -march=x86 -mattr=+sse2
2009-03-30 08:17:34 +02:00
define double @t(double %x) nounwind ssp noimplicitfloat {
2009-03-30 08:17:34 +02:00
entry:
br i1 false, label %return, label %bb3
bb3: ; preds = %entry
ret double 0.000000e+00
return: ; preds = %entry
ret double undef
}