diff options
Diffstat (limited to 'lib/Transforms/Scalar/SCCP.cpp')
-rw-r--r-- | lib/Transforms/Scalar/SCCP.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/SCCP.cpp b/lib/Transforms/Scalar/SCCP.cpp index 9b2343c936..d6b7c40f34 100644 --- a/lib/Transforms/Scalar/SCCP.cpp +++ b/lib/Transforms/Scalar/SCCP.cpp @@ -511,7 +511,6 @@ void SCCP::OperandChangedState(User *U) { // to prove whether a value is constant and whether blocks are used. // bool SCCPPass::doSCCP(Method *M) { - if (M->isExternal()) return false; SCCP S(M); return S.doSCCP(); } |