Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / Support / Host.h
index b331016322687bbe74f61a0aee73e57c8485b061..139aab20a338c37eddc90cf1ba637a416e5ed1c4 100644 (file)
@@ -11,8 +11,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SYSTEM_HOST_H
-#define LLVM_SYSTEM_HOST_H
+#ifndef LLVM_SUPPORT_HOST_H
+#define LLVM_SUPPORT_HOST_H
 
 #include "llvm/ADT/StringMap.h"
 #include <string>