* cfgexpand.c (expand_gimple_cond): Always set the source location and
commit8c5937571cf96f92b9de715389b1143b06eb932f
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Mar 2011 21:19:23 +0000 (28 21:19 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Mar 2011 21:19:23 +0000 (28 21:19 +0000)
tree5546780c03b01934b934347daf34220cf6414108
parent07abdb661870a0f73f4c6bba629ca46b6519f8fd
* cfgexpand.c (expand_gimple_cond): Always set the source location and
block before expanding the statement.
(expand_gimple_stmt_1): Likewise.  Set them here...
(expand_gimple_stmt): ...and not here.  Tidy.
* cfglayout.c (curr_insn_locator): Return 0 if the current location is
unknown.

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