ports/devel/ti-msp430gcc/patches/patch-sources_tools_gcc_profile_c

15 lines
530 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
clang fix
Index: sources/tools/gcc/profile.c
--- sources/tools/gcc/profile.c.orig
+++ sources/tools/gcc/profile.c
@@ -318,7 +318,7 @@ is_edge_inconsistent (vec<edge, va_gc> *edges)
if (dump_file)
{
fprintf (dump_file,
- "Edge %i->%i is inconsistent, count"HOST_WIDEST_INT_PRINT_DEC,
+ "Edge %i->%i is inconsistent, count" HOST_WIDEST_INT_PRINT_DEC,
e->src->index, e->dest->index, e->count);
dump_bb (dump_file, e->src, 0, TDF_DETAILS);
dump_bb (dump_file, e->dest, 0, TDF_DETAILS);