From 878071e6d04cb0ebdf6bf5e829885710d8963cb6 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Mon, 30 Mar 2009 06:17:34 +0000 Subject: Forgot this test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68025 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/2009-03-26-NoImplicitFPBug.ll | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/CodeGen/X86/2009-03-26-NoImplicitFPBug.ll (limited to 'test/CodeGen/X86') diff --git a/test/CodeGen/X86/2009-03-26-NoImplicitFPBug.ll b/test/CodeGen/X86/2009-03-26-NoImplicitFPBug.ll new file mode 100644 index 0000000000..0e31942e46 --- /dev/null +++ b/test/CodeGen/X86/2009-03-26-NoImplicitFPBug.ll @@ -0,0 +1,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 +} -- cgit v1.2.3