OSDN Git Service

2009-06-30 Paolo Bonzini <bonzini@gnu.org>
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Jun 2009 07:59:01 +0000 (07:59 +0000)
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Jun 2009 07:59:01 +0000 (07:59 +0000)
commitcf564daf874a1d5425d8198e305d8f863631b307
treeafc07285be9adf6c85faafebefaa8a02e707dd6a
parent258b3d02759d4e9bae097095928ab33bf5b18682
2009-06-30  Paolo Bonzini  <bonzini@gnu.org>

PR boostrap/40597
* expmed.c (emit_cstore): New name of emit_store_flag_1.
(emit_store_flag_1): Extract from emit_store_flag, adjust
calls to (what now is) emit_cstore.
(emit_store_flag): Call emit_store_flag_1 and also use it
for what used to be recursive calls.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149083 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/expmed.c