From: Duncan Sands Date: Fri, 3 Jul 2009 16:06:07 +0000 (+0000) Subject: Silence warning when building without assertions. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=10ac96b276fbd5208494a1d5b3c215d7eaa62a9f;p=oota-llvm.git Silence warning when building without assertions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74777 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/MSP430/MSP430RegisterInfo.cpp b/lib/Target/MSP430/MSP430RegisterInfo.cpp index ef6f99756c2..d40bac73eab 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"