Add missing newline to debug statement.
[llvm.git] / test / CodeGen / X86 / 2009-03-26-NoImplicitFPBug.ll
blobf4864793ba2f33325df8384bc1a6d42b04eb53dd
1 ; RUN: llc < %s -march=x86 -mattr=+sse2
3 define double @t(double %x) nounwind ssp noimplicitfloat {
4 entry:
5         br i1 false, label %return, label %bb3
7 bb3:            ; preds = %entry
8         ret double 0.000000e+00
10 return:         ; preds = %entry
11         ret double undef