Dont allow unsupported target rtx into call_internal1
authorEdgar E. Iglesias <edgar.iglesias@gmail.com>
Mon, 4 Mar 2013 15:26:59 +0000 (15:26 +0000)
committerMichael Eager <eager@gcc.gnu.org>
Mon, 4 Mar 2013 15:26:59 +0000 (15:26 +0000)
commit82f8f53a71bf8cb82fd5c9da4f78748e9bf9f754
treec0d53ae6de09175fb3346d0826144e7ed6e9e9ef
parent409b1de4e1bf18498abc64fb9f990f61c8010640
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.

From-SVN: r196433
gcc/ChangeLog
gcc/config/microblaze/microblaze.md
gcc/config/microblaze/predicates.md