]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/bb-reorder.h
[PR89528] reset debug uses of return value when dropping dead RTL call
[thirdparty/gcc.git] / gcc / bb-reorder.h
index 4dbb56f1e8091c8067c717349b8215b383aa43b5..3948bc84562a62a6f5ced7f2bdaabcd15e7cccc6 100644 (file)
@@ -1,5 +1,5 @@
 /* Basic block reordering routines for the GNU compiler.
-   Copyright (C) 2000-2014 Free Software Foundation, Inc.
+   Copyright (C) 2000-2019 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
@@ -26,7 +26,7 @@ struct target_bb_reorder {
   int x_uncond_jump_length;
 };
 
-extern GTY(()) struct target_bb_reorder default_target_bb_reorder;
+extern struct target_bb_reorder default_target_bb_reorder;
 #if SWITCHABLE_TARGET
 extern struct target_bb_reorder *this_target_bb_reorder;
 #else