forked from OSchip/llvm-project
Silence warning when building without assertions.
llvm-svn: 74777
This commit is contained in:
parent
5a16986cfc
commit
075276e9ce
|
@ -350,6 +350,7 @@ unsigned MSP430RegisterInfo::getFrameRegister(MachineFunction &MF) const {
|
|||
|
||||
int MSP430RegisterInfo::getDwarfRegNum(unsigned RegNum, bool isEH) const {
|
||||
assert(0 && "Not implemented yet!");
|
||||
return 0;
|
||||
}
|
||||
|
||||
#include "MSP430GenRegisterInfo.inc"
|
||||
|
|
Loading…
Reference in New Issue