commit | ed87023e697c2621f9b15f09d62fa32822519c1c | [log] [tgz] |
---|---|---|
author | Nick Lewycky <nicholas@mxc.ca> | Sun Mar 09 17:13:05 2008 +0000 |
committer | Nick Lewycky <nicholas@mxc.ca> | Sun Mar 09 17:13:05 2008 +0000 |
tree | 07c13220b326e724af286d4bd2de3a5a3bd20d08 | |
parent | 9b149b36a262753fd70449c035d4b743276caad7 [diff] [blame] |
And again. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48112 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/IPO/PruneEH.cpp b/lib/Transforms/IPO/PruneEH.cpp index 9f9c226..ec0558e 100644 --- a/lib/Transforms/IPO/PruneEH.cpp +++ b/lib/Transforms/IPO/PruneEH.cpp
@@ -206,8 +206,9 @@ MadeChange = true; ++NumUnreach; break; - } else if (!CI->doesNotThrow()) + } else if (!CI->doesNotThrow()) { couldUnwind = true; + } } // Strip 'unwindTo' off of BBs that have no calls/invokes without nounwind.