summaryrefslogtreecommitdiff
path: root/test/LLC
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-07-10 22:31:09 +0000
committerChris Lattner <sabre@nondot.org>2002-07-10 22:31:09 +0000
commit9067068c35fcd50427005d5567faf2a77e866383 (patch)
tree1523f3301e31d7c5651c3068e4449b2f719c294e /test/LLC
parent11aedfffceaaf7d5602e1713ba4f433d337e54f7 (diff)
downloadllvm-9067068c35fcd50427005d5567faf2a77e866383.tar.gz
llvm-9067068c35fcd50427005d5567faf2a77e866383.tar.bz2
llvm-9067068c35fcd50427005d5567faf2a77e866383.tar.xz
Fix broken test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2867 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLC')
-rw-r--r--test/LLC/sched.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/LLC/sched.ll b/test/LLC/sched.ll
index b8de02ddb9..58603b5fba 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