diff options
Diffstat (limited to 'gcc/ipa-ref.h')
-rw-r--r-- | gcc/ipa-ref.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ipa-ref.h b/gcc/ipa-ref.h index b8b1f9e4216..6709933596e 100644 --- a/gcc/ipa-ref.h +++ b/gcc/ipa-ref.h @@ -18,6 +18,9 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ +#ifndef GCC_IPA_REF_H +#define GCC_IPA_REF_H + struct cgraph_node; class varpool_node; class symtab_node; @@ -127,3 +130,5 @@ public: or GGC will try to mark middle of references vectors. */ vec<ipa_ref_ptr> GTY((skip)) referring; }; + +#endif /* GCC_IPA_REF_H */ |