Fix prototype for print_insn in rtl.h
authorNikolai Bozhenov <n.bozhenov@samsung.com>
Tue, 13 Oct 2015 15:32:32 +0000 (15:32 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 13 Oct 2015 15:32:32 +0000 (09:32 -0600)
* gcc/rtl.h (print_insn): Fix prototype.

From-SVN: r228770

gcc/ChangeLog
gcc/rtl.h

index 57a2854f2fb7ecfe623fa8739827352de1d8b922..e50e3732a0aeb82574cba9dceee1c30a720d5ec2 100644 (file)
        (sparc_emit_probe_stack_range): Use ROUND_DOWN to calculate
        rounded_size.
 
+2015-10-13  Nikolai Bozhenov  <n.bozhenov@samsung.com>
+
+       * gcc/rtl.h (print_insn): Fix prototype.
+
 2015-10-13  Tom de Vries  <tom@codesourcery.com>
 
        * tree-parloops.c (reduction_phi): Handle cases that gimple_uid is 0 or
index a592a1e038868f1e85bd36bd095cb2d093cf6cd0..d6edc719ac0e95d6d814d753db54da7c132a110e 100644 (file)
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -3574,7 +3574,7 @@ extern void dump_rtl_slim (FILE *, const rtx_insn *, const rtx_insn *,
                           int, int);
 extern void print_value (pretty_printer *, const_rtx, int);
 extern void print_pattern (pretty_printer *, const_rtx, int);
-extern void print_insn (pretty_printer *, const_rtx, int);
+extern void print_insn (pretty_printer *, const rtx_insn *, int);
 extern void rtl_dump_bb_for_graph (pretty_printer *, basic_block);
 extern const char *str_pattern_slim (const_rtx);