expr.c (convert_modes): For SUBREG_PROMOTED_VAR_P use SUBREG_REG (x) instead of x...
authorJakub Jelinek <jakub@redhat.com>
Tue, 17 Dec 2013 08:46:16 +0000 (09:46 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 17 Dec 2013 08:46:16 +0000 (09:46 +0100)
commit2477c234e2d89f875e19d4b6d112b7c321b46a55
treef92bb1a3fc127f78ad307e0ca9da5c8aac5a2d7d
parent1ede59e4c72ec83a3382e5ca5f4779c819977a8c
expr.c (convert_modes): For SUBREG_PROMOTED_VAR_P use SUBREG_REG (x) instead of x as last gen_lowpart...

* expr.c (convert_modes): For SUBREG_PROMOTED_VAR_P use SUBREG_REG (x)
instead of x as last gen_lowpart argument.

From-SVN: r206040
gcc/ChangeLog
gcc/expr.c