forked from OSchip/llvm-project
Fix typo in MSP430MCTargetDesc.h.
Patch supplied by Liu (projlc@gmail.com) llvm-svn: 138797
This commit is contained in:
parent
8c54533f99
commit
9668f2d775
|
@ -11,8 +11,8 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef ALPHAMCTARGETDESC_H
|
||||
#define ALPHAMCTARGETDESC_H
|
||||
#ifndef MSP430MCTARGETDESC_H
|
||||
#define MSP430MCTARGETDESC_H
|
||||
|
||||
namespace llvm {
|
||||
class MCSubtargetInfo;
|
||||
|
|
Loading…
Reference in New Issue