]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* function.c (initial_trampoline): Remove stray copy.
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Jun 2013 17:07:05 +0000 (17:07 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Jun 2013 17:07:05 +0000 (17:07 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@199962 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/function.c

index 8676c56cef557ab0af5747915a1c2d5415b33d3e..31b9e4016ae72afa2cd76829785f4d778ad725c3 100644 (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.
index 39fa22a2c66ab4155a9c04440d4f0decaac2c0dd..3e33fc70632f2d13ebb5cc855f22a707f9f9405d 100644 (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