This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: x86_64 merger part 37 take II - PIC code


On Wed, Sep 19, 2001 at 03:20:49PM +0200, Jan Hubicka wrote:
> +       if (GET_CODE (x) == LABEL_REF
> + 	  || (GET_CODE (x) == SYMBOL_REF
> + 	      && (CONSTANT_POOL_ADDRESS_P (x)
> + 	          || SYMBOL_REF_FLAG (x))))

local_symbolic_operand.

>   (define_expand "tablejump"
> !   [(parallel [(set (pc) (match_operand:P 0 "nonimmediate_operand" "rm"))
>   	      (use (label_ref (match_operand 1 "" "")))])]

Actually, it's more correct to leave off the mode here.  Not
that it really matters, since the mode isn't checked anywhere.

Otherwise ok.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]