re PR debug/48401 (ICE: RTL check: access of elt 4 of 'var_location' with last elt...
authorJakub Jelinek <jakub@gcc.gnu.org>
Mon, 4 Apr 2011 09:48:45 +0000 (11:48 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 4 Apr 2011 09:48:45 +0000 (11:48 +0200)
commit2aeaa366ad0dff200eb4c9b660b24a150f69f6a6
tree51863edd0d6716e319687bc637e75b883594e88f
parent7d34a1b095758030fde2858f1ba8bea6a307f73c
re PR debug/48401 (ICE: RTL check: access of elt 4 of 'var_location' with last elt 2 in expand_gimple_basic_block, at cfgexpand.c:3585)

PR debug/48401
* cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment.
Use PAT_VAR_LOCATION_LOC instead of INSN_VAR_LOCATION_LOC.

From-SVN: r171930
gcc/ChangeLog