From b723f9fc251439877397026263b6ab3bfba18c47 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 10 Jul 2002 22:31:09 +0000 Subject: [PATCH] Fix broken test llvm-svn: 2867 --- llvm/test/Regression/LLC/sched.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/Regression/LLC/sched.ll b/llvm/test/Regression/LLC/sched.ll index b8de02ddb95d..58603b5fba84 100644 --- a/llvm/test/Regression/LLC/sched.ll +++ b/llvm/test/Regression/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