From: Chris Lattner Date: Wed, 10 Jul 2002 22:31:09 +0000 (+0000) Subject: Fix broken test X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9067068c35fcd50427005d5567faf2a77e866383;p=oota-llvm.git Fix broken test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2867 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Generic/sched.ll b/test/CodeGen/Generic/sched.ll index b8de02ddb95..58603b5fba8 100644 --- a/test/CodeGen/Generic/sched.ll +++ b/test/CodeGen/Generic/sched.ll @@ -4,6 +4,7 @@ declare int "printf"(sbyte*, int, float) int "testissue"(int %i, float %x, float %y) begin + br label %bb1 bb1: %x1 = mul float %x, %y ;; x1 %y1 = mul float %y, 0.75 ;; y1 diff --git a/test/LLC/sched.ll b/test/LLC/sched.ll index b8de02ddb95..58603b5fba8 100644 --- a/test/LLC/sched.ll +++ b/test/LLC/sched.ll @@ -4,6 +4,7 @@ declare int "printf"(sbyte*, int, float) int "testissue"(int %i, float %x, float %y) begin + br label %bb1 bb1: %x1 = mul float %x, %y ;; x1 %y1 = mul float %y, 0.75 ;; y1