summaryrefslogtreecommitdiffstats
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
commit7fea169c864d702df52fcc4f6396d57ce61718f6 (patch)
tree0ec17db3504265756f170501f85eb519e539e22b
parente343021fbda0e710bb8f2ee287d8dbc48d36f8f7 (diff)
downloadbcm5719-llvm-7fea169c864d702df52fcc4f6396d57ce61718f6.tar.gz
bcm5719-llvm-7fea169c864d702df52fcc4f6396d57ce61718f6.zip
Correct the name of MachineMemOperand's include guard.
llvm-svn: 53895
-rw-r--r--llvm/include/llvm/CodeGen/MachineMemOperand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineMemOperand.h b/llvm/include/llvm/CodeGen/MachineMemOperand.h
index 992d7d6d252..b9c0e60f22b 100644
--- a/llvm/include/llvm/CodeGen/MachineMemOperand.h
+++ b/llvm/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 {
OpenPOWER on IntegriCloud