Add a method to the BitcodeReader to parse only the identification block
[oota-llvm.git] / lib / Support / regcclass.h
index 2cea3e4e54068636f3307ea7ef8441541760c7a3..7fd66046cd878cef7ce5f3334225f1f5d9eb87db 100644 (file)
@@ -37,6 +37,9 @@
  *     @(#)cclass.h    8.3 (Berkeley) 3/20/94
  */
 
+#ifndef LLVM_SUPPORT_REGCCLASS_H
+#define LLVM_SUPPORT_REGCCLASS_H
+
 /* character-class table */
 static struct cclass {
        const char *name;
@@ -68,3 +71,5 @@ static struct cclass {
                                        ""} ,
        { NULL,         0,              "" }
 };
+
+#endif