Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / Support / PassNameParser.h
index bdfab390b38fccc90da39800cdfa60ac149704e3..317416c97487f9b6dfce23cc94ab02fbd918f447 100644 (file)
@@ -20,8 +20,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_PASS_NAME_PARSER_H
-#define LLVM_SUPPORT_PASS_NAME_PARSER_H
+#ifndef LLVM_SUPPORT_PASSNAMEPARSER_H
+#define LLVM_SUPPORT_PASSNAMEPARSER_H
 
 #include "llvm/ADT/STLExtras.h"
 #include "llvm/Pass.h"