From: Matt Beaumont-Gay Date: Fri, 4 May 2012 18:34:27 +0000 (+0000) Subject: Pacify GCC's -Wreturn-type X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=39af9449a26054ffbf879f5a7f75da2022e4b235;p=oota-llvm.git Pacify GCC's -Wreturn-type git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156189 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMISelLowering.cpp b/lib/Target/ARM/ARMISelLowering.cpp index 5ceade2e823..711321c6b6d 100644 --- a/lib/Target/ARM/ARMISelLowering.cpp +++ b/lib/Target/ARM/ARMISelLowering.cpp @@ -2175,6 +2175,7 @@ ARMTargetLowering::LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const { case TLSModel::LocalExec: return LowerToTLSExecModels(GA, DAG, model); } + llvm_unreachable("bogus TLS model"); } SDValue ARMTargetLowering::LowerGlobalAddressELF(SDValue Op,