]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ira.h
Add header guard to several header files.
[thirdparty/gcc.git] / gcc / ira.h
index 1d1ec65a2375bdabd2a8d2e1d8a95f4a5a1d11d3..a3bcbdc875443f479ebafd9085881317dda1ae98 100644 (file)
--- a/gcc/ira.h
+++ b/gcc/ira.h
@@ -19,6 +19,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_IRA_H
+#define GCC_IRA_H
+
 /* True when we use LRA instead of reload pass for the current
    function.  */
 extern bool ira_use_lra_p;
@@ -195,3 +198,5 @@ extern bool ira_better_spill_reload_regno_p (int *, int *, rtx, rtx, rtx);
 extern bool ira_bad_reload_regno (int, rtx, rtx);
 
 extern void ira_adjust_equiv_reg_cost (unsigned, int);
+
+#endif /* GCC_IRA_H */