aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2011-07-27 18:21:18 +0200
committerUros Bizjak <uros@gcc.gnu.org>2011-07-27 18:21:18 +0200
commit479a49210d80642aee6841df8aa3a8bd2751146f (patch)
tree3b28ab93fd805247a0f14d83e61ba18a3dd7a131 /gcc/ChangeLog
parent7aecd4e895ec5d21a38a875d00b64c14030b830e (diff)
downloadgcc-479a49210d80642aee6841df8aa3a8bd2751146f.zip
gcc-479a49210d80642aee6841df8aa3a8bd2751146f.tar.gz
gcc-479a49210d80642aee6841df8aa3a8bd2751146f.tar.bz2
i386.c (ix86_expand_move): Do not explicitly check the mode of symbolic_opreand RTXes.
* config/i386/i386.c (ix86_expand_move): Do not explicitly check the mode of symbolic_opreand RTXes. From-SVN: r176834
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0c1508a..43e0364 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,7 +1,12 @@
2011-07-27 Uros Bizjak <ubizjak@gmail.com>
+ * config/i386/i386.c (ix86_expand_move): Do not explicitly check
+ the mode of symbolic_opreand RTXes.
+
+2011-07-27 Uros Bizjak <ubizjak@gmail.com>
+
* config/i386/predicates.md (x86_64_movabs_operand): Reject
- pic32_bit_operand operands.
+ pic32_bit_operand RTXes.
* config/i386/i386.c (ix86_expand_move): Check x86_64_movabs_operand
in DImode.