diff options
Diffstat (limited to 'gcc/config/tilegx/tilegx.c')
-rw-r--r-- | gcc/config/tilegx/tilegx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/tilegx/tilegx.c b/gcc/config/tilegx/tilegx.c index 78025acc90c..ed9d6b2e7b3 100644 --- a/gcc/config/tilegx/tilegx.c +++ b/gcc/config/tilegx/tilegx.c @@ -4594,7 +4594,7 @@ replace_mov_pcrel_step1 (rtx_insn *insn) /* Returns true if INSN is the second instruction of a pc-relative address compuatation. */ static bool -match_pcrel_step2 (rtx insn) +match_pcrel_step2 (rtx_insn *insn) { rtx unspec; rtx addr; |