mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-26 20:57:15 +00:00
Pacify GCC's -Wreturn-type
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156189 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
90cb7089e3
commit
39af9449a2
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user