Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / Support / MemoryObject.h
index b778b08de93299c1115a4b38854a70f1dd4da218..732b0f077465d5cb8a8f8157039dc07c21ebbc54 100644 (file)
@@ -7,8 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef MEMORYOBJECT_H
-#define MEMORYOBJECT_H
+#ifndef LLVM_SUPPORT_MEMORYOBJECT_H
+#define LLVM_SUPPORT_MEMORYOBJECT_H
 
 #include "llvm/Support/DataTypes.h"