summaryrefslogtreecommitdiff
path: root/gcc/dwarf2cfi.c
diff options
context:
space:
mode:
authorTrevor Saunders <tbsaunde+gcc@tbsaunde.org>2015-05-02 21:04:31 +0000
committerTrevor Saunders <tbsaunde@gcc.gnu.org>2015-05-02 21:04:31 +0000
commit15f63a9a1bacf025db3b7149524b64dad8055965 (patch)
tree0b6b5f40cfbc6df385fb741114ed4a1784834a62 /gcc/dwarf2cfi.c
parent0f0446b585296dcdc5fc3f424ea433480ce9e77d (diff)
add_cfi_insn can be a rtx_insn *
gcc/ChangeLog: 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> * dwarf2cfi.c (add_cfi_insn): Change type to rtx_insn *. From-SVN: r222732
Diffstat (limited to 'gcc/dwarf2cfi.c')
-rw-r--r--gcc/dwarf2cfi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2cfi.c b/gcc/dwarf2cfi.c
index 2469c2577bd..7bcbd6c2666 100644
--- a/gcc/dwarf2cfi.c
+++ b/gcc/dwarf2cfi.c
@@ -218,7 +218,7 @@ static GTY(()) reg_saved_in_data *cie_return_save;
static GTY(()) unsigned long dwarf2out_cfi_label_num;
/* The insn after which a new CFI note should be emitted. */
-static rtx add_cfi_insn;
+static rtx_insn *add_cfi_insn;
/* When non-null, add_cfi will add the CFI to this vector. */
static cfi_vec *add_cfi_vec;