summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/Regression/LLC/sched.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Regression/LLC/sched.ll b/llvm/test/Regression/LLC/sched.ll
index b8de02ddb95..58603b5fba8 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
OpenPOWER on IntegriCloud