This is the mail archive of the gcc-cvs@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]
Other format: [Raw text]

r196433 - in /trunk/gcc: ChangeLog config/micro...


Author: eager
Date: Mon Mar  4 15:26:59 2013
New Revision: 196433

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196433
Log:
Dont allow unsupported target rtx into call_internal1

  * config/microblaze/predicates.md (call_insn_simple_operand):
     New predicate for supported rtx code types.
  * config/microblaze/microblaze.md (call_internal1): Use
     call_insn_simple_operand predicate.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/microblaze/microblaze.md
    trunk/gcc/config/microblaze/predicates.md


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