diff options
author | kugan <kugan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-09-10 00:19:23 +0000 |
---|---|---|
committer | kugan <kugan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-09-10 00:19:23 +0000 |
commit | 5a9ccd1b9448c106042790af9d0de08693a554b0 (patch) | |
tree | d053786efdea9dc7eae9d5703e0ec0f6b7bb2843 /gcc/expr.h | |
parent | 46ff362d5df8307dbcdd888d4f87f0951a3c1037 (diff) | |
download | gcc-5a9ccd1b9448c106042790af9d0de08693a554b0.tar.gz |
gcc/ChangeLog:
2014-09-10 Kugan Vivekanandarajah <kuganv@linaro.org>
Revert r213751:
* calls.c (precompute_arguments): Check
promoted_for_signed_and_unsigned_p and set the promoted mode.
(promoted_for_signed_and_unsigned_p): New function.
(expand_expr_real_1): Check promoted_for_signed_and_unsigned_p
and set the promoted mode.
* expr.h (promoted_for_signed_and_unsigned_p): New function definition.
* cfgexpand.c (expand_gimple_stmt_1): Call emit_move_insn if
SUBREG is promoted with SRP_SIGNED_AND_UNSIGNED.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215100 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/expr.h b/gcc/expr.h index 756c89488d5..2e663290910 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -440,7 +440,6 @@ extern rtx expand_expr_real_1 (tree, rtx, enum machine_mode, enum expand_modifier, rtx *, bool); extern rtx expand_expr_real_2 (sepops, rtx, enum machine_mode, enum expand_modifier); -extern bool promoted_for_signed_and_unsigned_p (tree, enum machine_mode); /* Generate code for computing expression EXP. An rtx for the computed value is returned. The value is never null. |