diff options
-rw-r--r-- | test/CodeGen/Generic/sched.ll | 1 | ||||
-rw-r--r-- | test/LLC/sched.ll | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/sched.ll b/test/CodeGen/Generic/sched.ll index b8de02ddb9..58603b5fba 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 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 |