Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / IR / Instruction.h
index 2731bfbc39301a3178411fe190b9601e06d49e54..e5e5f96d5616567f94ea5dd75ac5ed12729c9815 100644 (file)
@@ -12,8 +12,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_INSTRUCTION_H
-#define LLVM_INSTRUCTION_H
+#ifndef LLVM_IR_INSTRUCTION_H
+#define LLVM_IR_INSTRUCTION_H
 
 #include "llvm/ADT/ilist_node.h"
 #include "llvm/IR/User.h"