cfgloopmanip.c (create_preheader): Initialize src to avoid warning.
authorAndreas Schwab <schwab@suse.de>
Tue, 28 Jan 2003 11:05:18 +0000 (11:05 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Tue, 28 Jan 2003 11:05:18 +0000 (11:05 +0000)
commit32214c325397831e1845013cb5234fce4eec8545
treea85144ea6eba802df52fd5989d9c5e430c9ce139
parent43196589ebc92f13364f70aaf29b818163fe00e0
cfgloopmanip.c (create_preheader): Initialize src to avoid warning.

* cfgloopmanip.c (create_preheader): Initialize src to avoid
warning.

* expmed.c (emit_store_flag): Fix cast to avoid sign
comparison warning.

From-SVN: r61962
gcc/ChangeLog
gcc/cfgloopmanip.c
gcc/expmed.c