Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / IR / InstrTypes.h
index 7ee5cdb3223d05f2153456caa11ff2781342ac58..3e6903cb52d759d179321093fef2bed6c9efacf0 100644 (file)
@@ -13,8 +13,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_INSTRUCTION_TYPES_H
-#define LLVM_INSTRUCTION_TYPES_H
+#ifndef LLVM_IR_INSTRTYPES_H
+#define LLVM_IR_INSTRTYPES_H
 
 #include "llvm/ADT/Twine.h"
 #include "llvm/IR/DerivedTypes.h"