From 479a49210d80642aee6841df8aa3a8bd2751146f Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Wed, 27 Jul 2011 18:21:18 +0200 Subject: [PATCH] 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 --- gcc/ChangeLog | 7 ++++++- gcc/config/i386/i386.c | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0c1508a613c..43e0364b4e7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,7 +1,12 @@ +2011-07-27 Uros Bizjak + + * config/i386/i386.c (ix86_expand_move): Do not explicitly check + the mode of symbolic_opreand RTXes. + 2011-07-27 Uros Bizjak * 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. diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 1728219a2fc..8723dc57d48 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -15032,7 +15032,6 @@ ix86_expand_move (enum machine_mode mode, rtx operands[]) } if ((flag_pic || MACHOPIC_INDIRECT) - && (mode == SImode || mode == DImode) && symbolic_operand (op1, mode)) { if (TARGET_MACHO && !TARGET_64BIT) -- 2.30.2