Correct the name of MachineMemOperand's include guard.

llvm-svn: 53895
This commit is contained in:
Dan Gohman 2008-07-22 00:52:54 +00:00
parent 184839a58d
commit 634b43862d

View File

@ -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 {