tree-dump.c (dump_enable_all): Rename local variable ir_type to avoid name conflicts.
authorSteven Bosscher <steven@gcc.gnu.org>
Fri, 3 Nov 2006 22:12:37 +0000 (22:12 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Fri, 3 Nov 2006 22:12:37 +0000 (22:12 +0000)
commit52bca9998a939bde3fcc19ac1442b049e766233b
treeb81f9de22e415ae2de2e244d323a481b46f0b6db
parent6c6aa1afedfc25ef15dda6692a617bd5c5358c9c
tree-dump.c (dump_enable_all): Rename local variable ir_type to avoid name conflicts.

* tree-dump.c (dump_enable_all): Rename local variable
ir_type to avoid name conflicts.
* cfgloopmanip.c (lv_adjust_loop_entry_edge): Check for IR_GIMPLE
instead of using ir_type().
* profile.c (tree_register_profile_hooks): Likewise.
* value-prof.c (tree_register_value_prof_hooks): Likewise.
* basic-block.h (struct edge_def): Likewise.
* config/arm/arm.c (legitimize_pic_address): Likewise.
* coretypes.h (ir_type): New enum of all intermediate languages
used in GCC.
* cfghooks.c (ir_type): Rename to...
(current_ir_type): ...this.  Distinguish between cfgrtl and
cfglayout mode when the current IR is RTL.  Return enum ir_type.
* cfghooks.h (ir_type): Replace with current_ir_type prototype.

From-SVN: r118465
gcc/ChangeLog
gcc/basic-block.h
gcc/cfghooks.c
gcc/cfghooks.h
gcc/cfgloopmanip.c
gcc/config/arm/arm.c
gcc/coretypes.h
gcc/profile.c
gcc/tree-dump.c
gcc/value-prof.c