From 9067068c35fcd50427005d5567faf2a77e866383 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 10 Jul 2002 22:31:09 +0000 Subject: [PATCH] Fix broken test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2867 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Generic/sched.ll | 1 + test/LLC/sched.ll | 1 + 2 files changed, 2 insertions(+) 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 -- 2.34.1