summaryrefslogtreecommitdiff
path: root/lib/Support/regcclass.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support/regcclass.h')
-rw-r--r--lib/Support/regcclass.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Support/regcclass.h b/lib/Support/regcclass.h
index 2cea3e4e54..7fd66046cd 100644
--- a/lib/Support/regcclass.h
+++ b/lib/Support/regcclass.h
@@ -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