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:
daada81
)
[CLNUP] Remove return after llvm_unreachable. Thanks to Hal Finkel for pointing.
author
Zinovy Nis
<zinovy.nis@gmail.com>
Thu, 21 Aug 2014 13:30:05 +0000
(13:30 +0000)
committer
Zinovy Nis
<zinovy.nis@gmail.com>
Thu, 21 Aug 2014 13:30:05 +0000
(13:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216176
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/IndVarSimplify.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/IndVarSimplify.cpp
b/lib/Transforms/Scalar/IndVarSimplify.cpp
index 9b653c6a232061a7ed31e9ee0043b4074780c2bb..0d97b461c5cfb656d027645aae8b1f9afb33508a 100644
(file)
--- a/
lib/Transforms/Scalar/IndVarSimplify.cpp
+++ b/
lib/Transforms/Scalar/IndVarSimplify.cpp
@@
-846,7
+846,6
@@
const SCEV *WidenIV::GetSCEVByOpCode(const SCEV *LHS, const SCEV *RHS,
return SE->getMulExpr(LHS, RHS);
llvm_unreachable("Unsupported opcode.");
- return nullptr;
}
/// No-wrap operations can transfer sign extension of their result to their