diff options
Diffstat (limited to 'lib/Target/MSP430/MSP430TargetMachine.h')
-rw-r--r-- | lib/Target/MSP430/MSP430TargetMachine.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/MSP430/MSP430TargetMachine.h b/lib/Target/MSP430/MSP430TargetMachine.h index dfe827b..d8b6c76 100644 --- a/lib/Target/MSP430/MSP430TargetMachine.h +++ b/lib/Target/MSP430/MSP430TargetMachine.h @@ -57,9 +57,6 @@ public: } virtual bool addInstSelector(PassManagerBase &PM, CodeGenOpt::Level OptLevel); - virtual bool addAssemblyEmitter(PassManagerBase &PM, - CodeGenOpt::Level OptLevel, bool Verbose, - formatted_raw_ostream &Out); }; // MSP430TargetMachine. } // end namespace llvm |