projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90cb708
)
Pacify GCC's -Wreturn-type
author
Matt Beaumont-Gay
<matthewbg@google.com>
Fri, 4 May 2012 18:34:27 +0000
(18:34 +0000)
committer
Matt Beaumont-Gay
<matthewbg@google.com>
Fri, 4 May 2012 18:34:27 +0000
(18:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156189
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMISelLowering.cpp
b/lib/Target/ARM/ARMISelLowering.cpp
index 5ceade2e8232f186d46e066a832ea3505fd4e912..711321c6b6d37c0635a1a4bfa31f6d5ba8bd27b1 100644
(file)
--- 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,