Teach globalopt how to evaluate an invoke with a non-void return type.
authorDan Gohman <gohman@apple.com>
Tue, 13 Mar 2012 18:01:37 +0000 (18:01 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 13 Mar 2012 18:01:37 +0000 (18:01 +0000)
commitf1ce79f3c359bf33c2f30a74625a9babc3cc2a48
treeb3fa851c82ff3deeefcc7e2d8be1759a89632c33
parentbd0fe5642544d4ec3aee1ede7af60c006bae5cbf
Teach globalopt how to evaluate an invoke with a non-void return type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152634 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/GlobalOpt.cpp
test/Transforms/GlobalOpt/invoke.ll [new file with mode: 0644]