function.c (initial_trampoline): Remove stray copy.

* function.c (initial_trampoline): Remove stray copy.

From-SVN: r199962
This commit is contained in:
David Malcolm 2013-06-11 17:07:05 +00:00 committed by David Malcolm
parent 7af26def21
commit 783f2d35d4
2 changed files with 4 additions and 2 deletions

View File

@ -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>
* config/aarch64/aarch64-simd.md (move_lo_quad_<mode>): Update.

View File

@ -4980,8 +4980,6 @@ do_warn_unused_parameter (tree fn)
warning (OPT_Wunused_parameter, "unused parameter %q+D", decl);
}
static GTY(()) rtx initial_trampoline;
/* Generate RTL for the end of the current function. */
void