Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / Support / Memory.h
index 025eee7f9f3e65eaeb07930188c42dbf5b9961f2..a08c79649d536020bc7ac111c2573816a3bdae2d 100644 (file)
@@ -11,8 +11,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SYSTEM_MEMORY_H
-#define LLVM_SYSTEM_MEMORY_H
+#ifndef LLVM_SUPPORT_MEMORY_H
+#define LLVM_SUPPORT_MEMORY_H
 
 #include "llvm/Support/DataTypes.h"
 #include "llvm/Support/system_error.h"