Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / IR / Value.h
index 85fdfe3c24180452baa0a2076879bcd4c5f9b98a..a4f78627a84d5ea5d4184aefc7d8d62bcd82ca86 100644 (file)
@@ -11,8 +11,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_VALUE_H
-#define LLVM_VALUE_H
+#ifndef LLVM_IR_VALUE_H
+#define LLVM_IR_VALUE_H
 
 #include "llvm/IR/Use.h"
 #include "llvm/Support/Casting.h"