mirror of git://gcc.gnu.org/git/gcc.git
function.c (initial_trampoline): Remove stray copy.
* function.c (initial_trampoline): Remove stray copy. From-SVN: r199962
This commit is contained in:
parent
7af26def21
commit
783f2d35d4
|
|
@ -1,3 +1,7 @@
|
||||||
|
2013-06-11 David Malcolm <dmalcolm@redhat.com>
|
||||||
|
|
||||||
|
* function.c (initial_trampoline): Remove stray copy.
|
||||||
|
|
||||||
2013-06-11 Sofiane Naci <sofiane.naci@arm.com>
|
2013-06-11 Sofiane Naci <sofiane.naci@arm.com>
|
||||||
|
|
||||||
* config/aarch64/aarch64-simd.md (move_lo_quad_<mode>): Update.
|
* config/aarch64/aarch64-simd.md (move_lo_quad_<mode>): Update.
|
||||||
|
|
|
||||||
|
|
@ -4980,8 +4980,6 @@ do_warn_unused_parameter (tree fn)
|
||||||
warning (OPT_Wunused_parameter, "unused parameter %q+D", decl);
|
warning (OPT_Wunused_parameter, "unused parameter %q+D", decl);
|
||||||
}
|
}
|
||||||
|
|
||||||
static GTY(()) rtx initial_trampoline;
|
|
||||||
|
|
||||||
/* Generate RTL for the end of the current function. */
|
/* Generate RTL for the end of the current function. */
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue