tree-dump.c (dump_option_value_info): Add entry for TDF_CSELIB.
authorBernd Schmidt <bernds@codesourcery.com>
Tue, 1 Feb 2011 15:12:26 +0000 (15:12 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Tue, 1 Feb 2011 15:12:26 +0000 (15:12 +0000)
commit4a3c9687cf64bce76107b63a31241a851c8ae119
tree0ccde8ba714b6ec1d16606e546cf5fb9bb1fe9f9
parent0f0a4367ab5ac7d0dd1fa8eb0acba3ddc063f619
tree-dump.c (dump_option_value_info): Add entry for TDF_CSELIB.

* tree-dump.c (dump_option_value_info): Add entry for TDF_CSELIB.
* tree-pass.h (TDF_CSELIB): New macro.
* cselib.c (new_cselib_val, expand_loc, cselib_expand_value_rtx_1,
cselib_lookup): Check for it rather than for TDF_DETAILS.

From-SVN: r169482
gcc/ChangeLog
gcc/cselib.c
gcc/tree-dump.c
gcc/tree-pass.h