]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/recog.h
New -fcompare-elim pass.
[thirdparty/gcc.git] / gcc / recog.h
index 217c6e56c86fe4ec633a5a44243899e960ec248b..534d2c99b183e9f472ddf1dc171bed83bc1c19ff 100644 (file)
@@ -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_RECOG_H
+#define GCC_RECOG_H
+
 /* Random number that should be large enough for all purposes.  */
 #define MAX_RECOG_ALTERNATIVES 30
 
@@ -305,3 +308,5 @@ struct insn_data_d
 
 extern const struct insn_data_d insn_data[];
 extern int peep2_current_count;
+
+#endif /* GCC_RECOG_H */