summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineMemOperand.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-07-22 00:52:54 +0000
committerDan Gohman <gohman@apple.com>2008-07-22 00:52:54 +0000
commit10f5eb9451e008d009eb8291a9df3bcac9033231 (patch)
tree12a6159041148f494385daca6e0d8ba1fcebc954 /include/llvm/CodeGen/MachineMemOperand.h
parent62bdec0de3836eb0ab1df6112dda78f54b91de18 (diff)
downloadllvm-10f5eb9451e008d009eb8291a9df3bcac9033231.tar.gz
llvm-10f5eb9451e008d009eb8291a9df3bcac9033231.tar.bz2
llvm-10f5eb9451e008d009eb8291a9df3bcac9033231.tar.xz
Correct the name of MachineMemOperand's include guard.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53895 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineMemOperand.h')
-rw-r--r--include/llvm/CodeGen/MachineMemOperand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/MachineMemOperand.h b/include/llvm/CodeGen/MachineMemOperand.h
index 992d7d6d25..b9c0e60f22 100644
--- a/include/llvm/CodeGen/MachineMemOperand.h
+++ b/include/llvm/CodeGen/MachineMemOperand.h
@@ -13,8 +13,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_CODEGEN_MEMOPERAND_H
-#define LLVM_CODEGEN_MEMOPERAND_H
+#ifndef LLVM_CODEGEN_MACHINEMEMOPERAND_H
+#define LLVM_CODEGEN_MACHINEMEMOPERAND_H
namespace llvm {