diff options
Diffstat (limited to 'contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.h')
-rw-r--r-- | contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.h b/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.h index 3e2f344..073ddc9 100644 --- a/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.h +++ b/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.h @@ -12,8 +12,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_TARGET_MSP430_ISELLOWERING_H -#define LLVM_TARGET_MSP430_ISELLOWERING_H +#ifndef LLVM_LIB_TARGET_MSP430_MSP430ISELLOWERING_H +#define LLVM_LIB_TARGET_MSP430_MSP430ISELLOWERING_H #include "MSP430.h" #include "llvm/CodeGen/SelectionDAG.h" @@ -170,4 +170,4 @@ namespace llvm { }; } // namespace llvm -#endif // LLVM_TARGET_MSP430_ISELLOWERING_H +#endif |