diff options
author | Chris Lattner <sabre@nondot.org> | 2002-07-10 22:31:09 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-07-10 22:31:09 +0000 |
commit | 9067068c35fcd50427005d5567faf2a77e866383 (patch) | |
tree | 1523f3301e31d7c5651c3068e4449b2f719c294e /test/CodeGen/Generic | |
parent | 11aedfffceaaf7d5602e1713ba4f433d337e54f7 (diff) | |
download | external_llvm-9067068c35fcd50427005d5567faf2a77e866383.zip external_llvm-9067068c35fcd50427005d5567faf2a77e866383.tar.gz external_llvm-9067068c35fcd50427005d5567faf2a77e866383.tar.bz2 |
Fix broken test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2867 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic')
-rw-r--r-- | test/CodeGen/Generic/sched.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/sched.ll b/test/CodeGen/Generic/sched.ll index b8de02d..58603b5 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 |