summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/MSP430RegisterInfo.cpp
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-07-03 16:06:07 +0000
committerDuncan Sands <baldrick@free.fr>2009-07-03 16:06:07 +0000
commit10ac96b276fbd5208494a1d5b3c215d7eaa62a9f (patch)
treed2767ebf71a8814c157346c0745f542bb43e1f61 /lib/Target/MSP430/MSP430RegisterInfo.cpp
parent8d8628a1fe18b07604ae10fdc726e304462b14ea (diff)
downloadllvm-10ac96b276fbd5208494a1d5b3c215d7eaa62a9f.tar.gz
llvm-10ac96b276fbd5208494a1d5b3c215d7eaa62a9f.tar.bz2
llvm-10ac96b276fbd5208494a1d5b3c215d7eaa62a9f.tar.xz
Silence warning when building without assertions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74777 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSP430/MSP430RegisterInfo.cpp')
-rw-r--r--lib/Target/MSP430/MSP430RegisterInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/MSP430/MSP430RegisterInfo.cpp b/lib/Target/MSP430/MSP430RegisterInfo.cpp
index ef6f99756c..d40bac73ea 100644
--- a/lib/Target/MSP430/MSP430RegisterInfo.cpp
+++ b/lib/Target/MSP430/MSP430RegisterInfo.cpp
@@ -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"