]> git.ipfire.org Git - thirdparty/gcc.git/commit
Append a newline in debug_edge
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 21 Feb 2025 02:31:04 +0000 (10:31 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 21 Feb 2025 20:30:21 +0000 (04:30 +0800)
commit700f049b66fa1a71001a5ab383580605e1bbd4d6
tree7fa9e949d13c9f14d57ebeb9db746989c16520a5
parentee30e2586a3142e63daaf301a561984f1d22d38d
Append a newline in debug_edge

Append a newline in debug_edge so that we get

(gdb) call debug_edge (e)
edge (bb_9, bb_1)
(gdb)

instead of

(gdb) call debug_edge (e)
edge (bb_9, bb_1)(gdb)

* sese.cc (debug_edge): Append a newline.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
gcc/sese.cc