summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSP430/MSP430.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/MSP430/MSP430.h')
-rw-r--r--llvm/lib/Target/MSP430/MSP430.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/llvm/lib/Target/MSP430/MSP430.h b/llvm/lib/Target/MSP430/MSP430.h
index 3fa024caed0..ed0cd0496aa 100644
--- a/llvm/lib/Target/MSP430/MSP430.h
+++ b/llvm/lib/Target/MSP430/MSP430.h
@@ -15,15 +15,19 @@
#ifndef LLVM_TARGET_MSP430_H
#define LLVM_TARGET_MSP430_H
+#include "llvm/Target/TargetMachine.h"
+
namespace llvm {
class MSP430TargetMachine;
class FunctionPass;
class raw_ostream;
- FunctionPass *createMSP430ISelDag(MSP430TargetMachine &TM);
- FunctionPass *createMSP430CodePrinterPass(raw_ostream &OS,
- MSP430TargetMachine &TM,
- bool Fast, bool Verbose);
+ FunctionPass *createMSP430ISelDag(MSP430TargetMachine &TM,
+ CodeGenOpt::Level OptLevel);
+ FunctionPass *createMSP430CodePrinterPass(raw_ostream &o,
+ MSP430TargetMachine &tm,
+ CodeGenOpt::Level OptLevel,
+ bool verbose);
} // end namespace llvm;
// Defines symbolic names for MSP430 registers.
OpenPOWER on IntegriCloud