commit | ae6b096b4d196dffec11b08fe94a24a7fb2ef7e4 | [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 | e0f457d7213ca355ce13dcfd7387daafed1761f6 [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.