From 075276e9ceb5e6250df404d006e9481a3ab91a59 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Fri, 3 Jul 2009 16:06:07 +0000 Subject: [PATCH] Silence warning when building without assertions. llvm-svn: 74777 --- llvm/lib/Target/MSP430/MSP430RegisterInfo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/Target/MSP430/MSP430RegisterInfo.cpp b/llvm/lib/Target/MSP430/MSP430RegisterInfo.cpp index ef6f99756c2e..d40bac73eab8 100644 --- a/llvm/lib/Target/MSP430/MSP430RegisterInfo.cpp +++ b/llvm/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"