diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-05-23 08:31:30 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-05-23 08:31:30 +0000 |
commit | 4d33a3e373c5c79b079c0b81ba6e38761a05b13d (patch) | |
tree | 03d149b0d953752a98e5d96c404fbc0f363b98e6 /gcc/expr.c | |
parent | bd11046c067c9b3bbae45b2723d7bae0ccc99da2 (diff) | |
download | gcc-4d33a3e373c5c79b079c0b81ba6e38761a05b13d.tar.gz |
2012-05-23 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 187788 using svnmerge
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@187795 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/expr.c b/gcc/expr.c index 0d52725ae07..e6def73e6e4 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -2353,6 +2353,7 @@ get_def_for_expr (tree name, enum tree_code code) return def_stmt; } +#ifdef HAVE_conditional_move /* Return the defining gimple statement for SSA_NAME NAME if it is an assigment and the class of the expresion on the RHS is CLASS. Return NULL otherwise. */ @@ -2372,6 +2373,7 @@ get_def_for_expr_class (tree name, enum tree_code_class tclass) return def_stmt; } +#endif /* Determine whether the LEN bytes generated by CONSTFUN can be @@ -7371,6 +7373,7 @@ highest_pow2_factor_for_target (const_tree target, const_tree exp) return MAX (factor, talign); } +#ifdef HAVE_conditional_move /* Convert the tree comparision code TCODE to the rtl one where the signedness is UNSIGNEDP. */ @@ -7428,6 +7431,7 @@ convert_tree_comp_to_rtx (enum tree_code tcode, int unsignedp) } return code; } +#endif /* Subroutine of expand_expr. Expand the two operands of a binary expression EXP0 and EXP1 placing the results in OP0 and OP1. |