mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-20 20:30:56 +00:00
Silence warning when building without assertions.
llvm-svn: 74777
This commit is contained in:
parent
30a951465e
commit
c149803103
@ -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…
x
Reference in New Issue
Block a user