aboutsummaryrefslogtreecommitdiff
path: root/gcc/print-rtl.c
diff options
context:
space:
mode:
authorRodney Brown <RodneyBrown@mynd.com>2000-10-16 16:24:54 +0000
committerJeff Law <law@gcc.gnu.org>2000-10-16 10:24:54 -0600
commit47c10e9bf9e56b0565be36761af118dd2d33afc0 (patch)
tree1d5b6c536745209387eaa449b7940b5d5d3bf1bb /gcc/print-rtl.c
parent0952f89b95dff6f2fef434ac0effb88b3255a541 (diff)
downloadgcc-47c10e9bf9e56b0565be36761af118dd2d33afc0.zip
gcc-47c10e9bf9e56b0565be36761af118dd2d33afc0.tar.gz
gcc-47c10e9bf9e56b0565be36761af118dd2d33afc0.tar.bz2
print-rtl.c (print_rtx_head): Constify.
* print-rtl.c (print_rtx_head): Constify. * rtl.h (print_rtx_head): Similarly. From-SVN: r36885
Diffstat (limited to 'gcc/print-rtl.c')
-rw-r--r--gcc/print-rtl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/print-rtl.c b/gcc/print-rtl.c
index 25f7e01..d895ce4b 100644
--- a/gcc/print-rtl.c
+++ b/gcc/print-rtl.c
@@ -58,7 +58,7 @@ static void print_rtx PARAMS ((rtx));
/* String printed at beginning of each RTL when it is dumped.
This string is set to ASM_COMMENT_START when the RTL is dumped in
the assembly output file. */
-char *print_rtx_head = "";
+const char *print_rtx_head = "";
/* Nonzero means suppress output of instruction numbers and line number
notes in debugging dumps.