tracer.c (mark_bb_seen): Use SBITMAP_SIZE.
authorSteven Bosscher <steven@gcc.gnu.org>
Wed, 22 Aug 2012 21:38:03 +0000 (21:38 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Wed, 22 Aug 2012 21:38:03 +0000 (21:38 +0000)
commit131db6b8b25c6cb2349045f8c8196be6e376f454
treef0947fee8d1feec00684def297c0a75655c22f86
parentc637141af07b7719c1b4c870373944929bcc34b6
tracer.c (mark_bb_seen): Use SBITMAP_SIZE.

* tracer.c (mark_bb_seen): Use SBITMAP_SIZE.

* alias.c (MAX_ALIAS_LOOP_PASSES): Update comment with rationale,
or rather a lack thereof.
(init_alias_analysis): Propagate the latest information across
the CFG in topological order to propagate as far as possible in
each iteration.  Ignore debug insns.

From-SVN: r190602
gcc/ChangeLog
gcc/alias.c
gcc/tracer.c