[X86] Stop changing result of getHostCPUName based on whether the processor supports...
[oota-llvm.git] / lib / Support / regcname.h
index 3c0bb248ffa78a69ff2a59dd6af8e6a81fc4ef64..891d25573e8c698528c29d18a8c4d98da8774234 100644 (file)
@@ -35,6 +35,9 @@
  *     @(#)cname.h     8.3 (Berkeley) 3/20/94
  */
 
+#ifndef LLVM_SUPPORT_REGCNAME_H
+#define LLVM_SUPPORT_REGCNAME_H
+
 /* character-name table */
 static struct cname {
        const char *name;
@@ -137,3 +140,5 @@ static struct cname {
        { "DEL",                        '\177' },
        { NULL,                         0 }
 };
+
+#endif