summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-03-05 00:33:59 +0000
committerBill Wendling <isanbard@gmail.com>2010-03-05 00:33:59 +0000
commit543ce1f64a178a1831657aee35279beb6c95ca0f (patch)
tree40c5b2d853edc347d1163a235b9ab66fb5615480 /llvm/test
parent90d4717767dbad1a7cae71852789db09c8f46cdc (diff)
downloadbcm5719-llvm-543ce1f64a178a1831657aee35279beb6c95ca0f.tar.gz
bcm5719-llvm-543ce1f64a178a1831657aee35279beb6c95ca0f.zip
Revert r97766. It's deleting a tag.
llvm-svn: 97768
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/jump-opt.ll22
1 files changed, 0 insertions, 22 deletions
diff --git a/llvm/test/CodeGen/X86/jump-opt.ll b/llvm/test/CodeGen/X86/jump-opt.ll
deleted file mode 100644
index dc32f6665f8..00000000000
--- a/llvm/test/CodeGen/X86/jump-opt.ll
+++ /dev/null
@@ -1,22 +0,0 @@
-; RUN: llc < %s -mtriple=i386-apple-darwin10 | FileCheck %s
-
-; <rdar://problem/7598384>
-define float @test1(float %x, float %y) nounwind readnone optsize ssp {
-; CHECK: jp
-; CHECK-NEXT: je
-entry:
- %0 = fpext float %x to double
- %1 = fpext float %y to double
- %2 = fmul double %0, %1
- %3 = fcmp oeq double %2, 0.000000e+00
- br i1 %3, label %bb2, label %bb1
-
-bb1:
- %4 = fadd double %2, -1.000000e+00
- br label %bb2
-
-bb2:
- %.0.in = phi double [ %4, %bb1 ], [ %2, %entry ]
- %.0 = fptrunc double %.0.in to float
- ret float %.0
-}
OpenPOWER on IntegriCloud