PR rtl-optimization/82913
[official-gcc.git] / gcc / gcc-symtab.h
blob9cb148903e8c879eec798be99161e7b5011cd41e
1 /* Declarations for symtab.c.
2 FIXME - This file should be named symtab.h, but that name conflicts
3 with libcpp's symtab.h.
5 Copyright (C) 2013-2017 Free Software Foundation, Inc.
7 This file is part of GCC.
9 GCC is free software; you can redistribute it and/or modify it under
10 the terms of the GNU General Public License as published by the Free
11 Software Foundation; either version 3, or (at your option) any later
12 version.
14 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
15 WARRANTY; without even the implied warranty of MERCHANTABILITY or
16 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 for more details.
19 You should have received a copy of the GNU General Public License
20 along with GCC; see the file COPYING3. If not see
21 <http://www.gnu.org/licenses/>. */
23 #ifndef GCC_SYMTAB_H
24 #define GCC_SYMTAB_H
26 extern void change_decl_assembler_name (tree, tree);
28 #endif // GCC_SYMTAB_H