rtx_insn * in combine.c

gcc/ChangeLog:

2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

	* combine.c: Change argument type to rtx_insn *.

From-SVN: r222956
This commit is contained in:
Trevor Saunders 2015-05-09 04:17:33 +00:00 committed by Trevor Saunders
parent fd769c943d
commit 203933e1a7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* combine.c: Change argument type to rtx_insn *.
2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* rtl.h: Adjust.

View File

@ -554,7 +554,7 @@ target_canonicalize_comparison (enum rtx_code *code, rtx *op0, rtx *op1,
register. */
static rtx_insn *
combine_split_insns (rtx pattern, rtx insn)
combine_split_insns (rtx pattern, rtx_insn *insn)
{
rtx_insn *ret;
unsigned int nregs;