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