commit | 542dc1a0decc2b598a1f856370a55091a51e102c | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Dec 16 21:04:51 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Dec 16 21:04:51 2008 +0000 |
tree | 703d355134706cab84a7beca0ea2463f5a679f64 | |
parent | 080efb8cea6255b4f1f373d9cb583d6a6302106b [diff] [blame] |
fix a crash found by inspection. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61101 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/IPO/GlobalOpt.cpp b/lib/Transforms/IPO/GlobalOpt.cpp index 1588486..ac8ff11 100644 --- a/lib/Transforms/IPO/GlobalOpt.cpp +++ b/lib/Transforms/IPO/GlobalOpt.cpp
@@ -1055,7 +1055,7 @@ // Otherwise, we don't know what it is. return false; } - return true; + continue; } // Otherwise we don't know what this is, not ok.