diff options
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 |