diff options
Diffstat (limited to 'lib/Support/regcclass.h')
-rw-r--r-- | lib/Support/regcclass.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Support/regcclass.h b/lib/Support/regcclass.h index 2cea3e4..7fd6604 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 |