commit | 06a456b3f415668b2e05cea7b8464d5b20ffe06e | [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 | a5807b615a864d9af1d88d7177b6cb468675e9b5 | |
parent | cb61afb54610ef11d469dd6327b40d06ea85dc1b [diff] [blame] |
fix a crash found by inspection. llvm-svn: 61101
diff --git a/llvm/lib/Transforms/IPO/GlobalOpt.cpp b/llvm/lib/Transforms/IPO/GlobalOpt.cpp index 1588486..ac8ff11 100644 --- a/llvm/lib/Transforms/IPO/GlobalOpt.cpp +++ b/llvm/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.