* cse.c (this_insn_cc0_mode): Initialize.
From-SVN: r15816
This commit is contained in:
parent
55d8971965
commit
135d84b899
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Sep 30 23:48:57 1997 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* cse.c (this_insn_cc0_mode): Initialize.
|
||||
|
||||
Tue Sep 30 23:09:40 1997 Thomas Koenig <ig25@mvmap66.ciw.uni-karlsruhe.de>
|
||||
|
||||
* haifa-sched.c: (get_block_head_tail) Remove unneeded initialization.
|
||||
|
|
|
@ -6043,7 +6043,7 @@ cse_insn (insn, in_libcall_block)
|
|||
|
||||
/* Records what this insn does to set CC0. */
|
||||
rtx this_insn_cc0 = 0;
|
||||
enum machine_mode this_insn_cc0_mode;
|
||||
enum machine_mode this_insn_cc0_mode = VOIDmode;
|
||||
|
||||
rtx src_eqv = 0;
|
||||
struct table_elt *src_eqv_elt = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue