diff options
Diffstat (limited to 'llvm/lib/Target/MSP430/MSP430InstrInfo.h')
-rw-r--r-- | llvm/lib/Target/MSP430/MSP430InstrInfo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/MSP430/MSP430InstrInfo.h b/llvm/lib/Target/MSP430/MSP430InstrInfo.h index ad2b8cc7cd4..d79f99245e7 100644 --- a/llvm/lib/Target/MSP430/MSP430InstrInfo.h +++ b/llvm/lib/Target/MSP430/MSP430InstrInfo.h @@ -42,7 +42,6 @@ namespace MSP430II { class MSP430InstrInfo : public MSP430GenInstrInfo { const MSP430RegisterInfo RI; - virtual void anchor(); public: explicit MSP430InstrInfo(MSP430TargetMachine &TM); |