Make emit{Prologue,Epilogue}() noop for now
authorAnton Korobeynikov <asl@math.spbu.ru>
Sun, 3 May 2009 13:01:04 +0000 (13:01 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sun, 3 May 2009 13:01:04 +0000 (13:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70707 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/MSP430/MSP430RegisterInfo.cpp

index 3bfe8b0df5f051dfac3f3658eb05a57ea628ce74..42e98979a84a0d83152449d557813b835fb99599 100644 (file)
@@ -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 {