public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Fix prototype for print_insn in rtl.h
@ 2015-10-13  8:21 Nikolai Bozhenov
  2015-10-13 12:22 ` Jeff Law
  2015-10-13 15:32 ` Jeff Law
  0 siblings, 2 replies; 12+ messages in thread
From: Nikolai Bozhenov @ 2015-10-13  8:21 UTC (permalink / raw)
  To: GCC Patches; +Cc: maltsevm

[-- Attachment #1: Type: text/plain, Size: 138 bytes --]

Currently prototype for print_insn in rtl.h doesn't match it's 
definition in sched-vis.c The patch fixes this mismatch.

Thanks,
Nikolai

[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 680 bytes --]

2015-10-13  Nikolai Bozhenov  <n.bozhenov@samsung.com>

    * gcc/rtl.h (print_insn): fix prototype

diff --git a/gcc/rtl.h b/gcc/rtl.h
index a592a1e..d6edc71 100644
--- 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);
 

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-10-21  5:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-13  8:21 Fix prototype for print_insn in rtl.h Nikolai Bozhenov
2015-10-13 12:22 ` Jeff Law
2015-10-13 12:41   ` Nikolai Bozhenov
2015-10-13 13:02     ` Jeff Law
2015-10-13 15:32 ` Jeff Law
2015-10-15 16:28   ` Andrew MacLeod
2015-10-15 16:48     ` Nikolai Bozhenov
2015-10-15 18:43       ` Trevor Saunders
2015-10-20  7:35         ` Nikolai Bozhenov
2015-10-21  6:08           ` [PATCH] Move RTL printing code from sched-vis.c into print-rtl.c Jeff Law
2015-10-19 15:17     ` Fix prototype for print_insn in rtl.h Jeff Law
2015-10-19 16:43       ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).