Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / IR / User.h
index 843d20b7c0b597f95748e3188f6ebd0e51d3dbf8..a4d0a5d7df0316e624bfc4c328bfed70032976f2 100644 (file)
@@ -16,8 +16,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_USER_H
-#define LLVM_USER_H
+#ifndef LLVM_IR_USER_H
+#define LLVM_IR_USER_H
 
 #include "llvm/IR/Value.h"
 #include "llvm/Support/ErrorHandling.h"