df.c (dataflow_set_a_op_b): Remove reslt parameter, since it's always the same as...
authorDaniel Berlin <dberlin@dberlin.org>
Tue, 23 Nov 2004 02:57:52 +0000 (02:57 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Tue, 23 Nov 2004 02:57:52 +0000 (02:57 +0000)
commit0aed4efbb01f206cc3372a416da25357e4294406
treeb02c75e609633340f0e8acd9b106b732a7c2b159
parent557b8e7256a18df4f20bf5c42da39bafa12398c6
df.c (dataflow_set_a_op_b): Remove reslt parameter, since it's always the same as op1.

2004-11-22  Daniel Berlin  <dberlin@dberlin.org>

* df.c (dataflow_set_a_op_b): Remove reslt parameter, since it's
always the same as op1.  Use bitmap_ior_into and bitmap_and_into.
Add comment to function.

From-SVN: r91067
gcc/ChangeLog
gcc/df.c