public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] tree-into-ssa.c: make interesting_blocks static
@ 2013-06-07 17:36 David Malcolm
  2013-06-10 19:32 ` Richard Henderson
  2013-06-11 16:23 ` Jeff Law
  0 siblings, 2 replies; 4+ messages in thread
From: David Malcolm @ 2013-06-07 17:36 UTC (permalink / raw)
  To: gcc-patches

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

"interesting_blocks" is only used inside tree-into-ssa.c, so it can be
made static.

Successfully bootstrapped on x86_64-unknown-linux-gnu (using
gcc-4.7.2-2.fc17.x86_64).

OK for trunk?

2013-06-07  David Malcolm  <dmalcolm@redhat.com>

	* tree-into-ssa.c (interesting_blocks): Make static.


[-- Attachment #2: make-interesting_blocks-static.patch --]
[-- Type: text/x-patch, Size: 487 bytes --]

Index: gcc/tree-into-ssa.c
===================================================================
--- gcc/tree-into-ssa.c	(revision 199816)
+++ gcc/tree-into-ssa.c	(working copy)
@@ -93,7 +93,7 @@
    the operations done on them are presence tests.  */
 static sbitmap new_ssa_names;
 
-sbitmap interesting_blocks;
+static sbitmap interesting_blocks;
 
 /* Set of SSA names that have been marked to be released after they
    were registered in the replacement table.  They will be finally

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

* Re: [PATCH] tree-into-ssa.c: make interesting_blocks static
  2013-06-07 17:36 [PATCH] tree-into-ssa.c: make interesting_blocks static David Malcolm
@ 2013-06-10 19:32 ` Richard Henderson
  2013-06-10 20:26   ` David Malcolm
  2013-06-11 16:23 ` Jeff Law
  1 sibling, 1 reply; 4+ messages in thread
From: Richard Henderson @ 2013-06-10 19:32 UTC (permalink / raw)
  To: David Malcolm; +Cc: gcc-patches

On 06/07/2013 10:36 AM, David Malcolm wrote:
> 	* tree-into-ssa.c (interesting_blocks): Make static.

Ok.


r~

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

* Re: [PATCH] tree-into-ssa.c: make interesting_blocks static
  2013-06-10 19:32 ` Richard Henderson
@ 2013-06-10 20:26   ` David Malcolm
  0 siblings, 0 replies; 4+ messages in thread
From: David Malcolm @ 2013-06-10 20:26 UTC (permalink / raw)
  To: Richard Henderson; +Cc: gcc-patches

On Mon, 2013-06-10 at 12:32 -0700, Richard Henderson wrote:
> On 06/07/2013 10:36 AM, David Malcolm wrote:
> > 	* tree-into-ssa.c (interesting_blocks): Make static.
> 
> Ok.

Thanks; committed to svn trunk as r199911.

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

* Re: [PATCH] tree-into-ssa.c: make interesting_blocks static
  2013-06-07 17:36 [PATCH] tree-into-ssa.c: make interesting_blocks static David Malcolm
  2013-06-10 19:32 ` Richard Henderson
@ 2013-06-11 16:23 ` Jeff Law
  1 sibling, 0 replies; 4+ messages in thread
From: Jeff Law @ 2013-06-11 16:23 UTC (permalink / raw)
  To: David Malcolm; +Cc: gcc-patches

On 06/07/13 11:36, David Malcolm wrote:
> "interesting_blocks" is only used inside tree-into-ssa.c, so it can be
> made static.
>
> Successfully bootstrapped on x86_64-unknown-linux-gnu (using
> gcc-4.7.2-2.fc17.x86_64).
>
> OK for trunk?
>
> 2013-06-07  David Malcolm  <dmalcolm@redhat.com>
>
> 	* tree-into-ssa.c (interesting_blocks): Make static.
OK for trunk.

jeff

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

end of thread, other threads:[~2013-06-11 16:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-07 17:36 [PATCH] tree-into-ssa.c: make interesting_blocks static David Malcolm
2013-06-10 19:32 ` Richard Henderson
2013-06-10 20:26   ` David Malcolm
2013-06-11 16:23 ` 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).