Fix typo in MSP430MCTargetDesc.h.

Patch supplied by Liu (projlc@gmail.com)

llvm-svn: 138797
This commit is contained in:
James Molloy 2011-08-30 07:24:47 +00:00
parent 8c54533f99
commit 9668f2d775
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//
#ifndef ALPHAMCTARGETDESC_H
#define ALPHAMCTARGETDESC_H
#ifndef MSP430MCTARGETDESC_H
#define MSP430MCTARGETDESC_H
namespace llvm {
class MCSubtargetInfo;