1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Pacify GCC's -Wreturn-type

llvm-svn: 156189
This commit is contained in:
Matt Beaumont-Gay 2012-05-04 18:34:27 +00:00
parent 8cdf727fc7
commit c6b2d69140

View File

@ -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,