]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-ssa-loop-ch.c
arc.c (hwloop_optimize): Add missing space in string literal.
[thirdparty/gcc.git] / gcc / tree-ssa-loop-ch.c
index d92d7c856901c46abe4fb24781a026f7ba617590..5a30a296d5e09170200010677e657d266f365a56 100644 (file)
@@ -199,7 +199,7 @@ should_duplicate_loop_header_p (basic_block header, class loop *loop,
       if (dump_file && (dump_flags & TDF_DETAILS))
        fprintf (dump_file,
                 "  Not duplicating bb %i: condition based on non-IV loop"
-                "variant.\n", header->index);
+                " variant.\n", header->index);
       return false;
     }