Skip to content

Commit

Permalink
re PR target/67049 (sh64-elf: internal compiler error: in df_uses_rec…
Browse files Browse the repository at this point in the history
…ord, at df-scan.c:3001)

PR target/67049
* config/sh/sh.md (GOTaddr2picreg): Fix typo added with the last change.

From-SVN: r226457
  • Loading branch information
Kaz Kojima committed Jul 31, 2015
1 parent 04628a1 commit 1fc642f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2015-07-31 Kaz Kojima <kkojima@gcc.gnu.org>

PR target/67049
* config/sh/sh.md (GOTaddr2picreg): Fix typo.

2015-07-31 Kyrylo Tkachov <kyrylo.tkachov@arm.com>

* config/arm/arm.md (*if_neg_move): Convert to insn_and_split.
Expand Down
2 changes: 1 addition & 1 deletion gcc/config/sh/sh.md
Original file line number Diff line number Diff line change
Expand Up @@ -10638,7 +10638,7 @@ label:
if (TARGET_SHMEDIA)
{
rtx tr = gen_rtx_REG (Pmode, TR0_REG);
rtx pic = operands[0];
rtx pic = operands[1];
rtx lab = PATTERN (gen_call_site ());
rtx insn, equiv;

Expand Down

0 comments on commit 1fc642f

Please sign in to comment.