diff options
| -rw-r--r-- | llvm/lib/Target/MSP430/MSP430RegisterInfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/MSP430/MSP430RegisterInfo.cpp b/llvm/lib/Target/MSP430/MSP430RegisterInfo.cpp index 3bfe8b0df5f..42e98979a84 100644 --- a/llvm/lib/Target/MSP430/MSP430RegisterInfo.cpp +++ b/llvm/lib/Target/MSP430/MSP430RegisterInfo.cpp @@ -80,12 +80,12 @@ MSP430RegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II, } void MSP430RegisterInfo::emitPrologue(MachineFunction &MF) const { - assert(0 && "Not implemented yet!"); + // Nothing here yet } void MSP430RegisterInfo::emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const { - assert(0 && "Not implemented yet!"); + // Nothing here yet } unsigned MSP430RegisterInfo::getRARegister() const { |

