MIPS: Fix the call-[1,5,6].c tests to allow the jrc instruction to be matched when...
authorAndrew Bennett <andrew.bennett@imgtec.com>
Tue, 7 Jul 2015 14:01:53 +0000 (14:01 +0000)
committerAndrew Bennett <abennett@gcc.gnu.org>
Tue, 7 Jul 2015 14:01:53 +0000 (14:01 +0000)
commitddae3477d446e1f93b62b7cb2880f75216e85ce8
treecbb8bb3064eb0a8d563b125561907e1033b38f02
parent186eb4cb4333f6ad6152905b7a4a7940cc867eb9
MIPS: Fix the call-[1,5,6].c tests to allow the jrc instruction to be matched when testing with microMIPS.

When building the call-[1,5,6].c tests for micromips the jrc rather than the
jr instruction is used to call the tail* functions.

testsuite/
* gcc.target/mips/call-1.c: Allow testcase to match the jrc instruction.
* gcc.target/mips/call-5.c: Ditto.
* gcc.target/mips/call-6.c: Ditto.

From-SVN: r225516
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/call-1.c
gcc/testsuite/gcc.target/mips/call-5.c
gcc/testsuite/gcc.target/mips/call-6.c