mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-18 18:51:24 +08:00
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
This commit is contained in:
parent
0f0446b585
commit
15f63a9a1b
@ -1,3 +1,7 @@
|
||||
2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
|
||||
|
||||
* dwarf2cfi.c (add_cfi_insn): Change type to rtx_insn *.
|
||||
|
||||
2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
|
||||
|
||||
* df-problems.c (df_set_note): Change type of argument to
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user