From: Duncan Sands Date: Fri, 3 Jul 2009 16:11:34 +0000 (+0000) Subject: Silence a warning when assertions are turned off. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f7f2d30bb8b206ea2606f163c3310a5db9e36462;p=oota-llvm.git Silence a warning when assertions are turned off. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74778 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PIC16/PIC16.h b/lib/Target/PIC16/PIC16.h index d22356d712d..7940648928a 100644 --- a/lib/Target/PIC16/PIC16.h +++ b/lib/Target/PIC16/PIC16.h @@ -151,6 +151,7 @@ namespace PIC16CC { return STATIC_LOCAL; assert (0 && "Could not determine Symbol's tag"); + return PREFIX_SYMBOL; // Silence warning when assertions are turned off. } // addPrefix - add prefix symbol to a name if there isn't one already.