Handle InvokeInst in EvaluateBlock. Don't try to support exceptions, it's just
authorNick Lewycky <nicholas@mxc.ca>
Sun, 12 Feb 2012 05:09:35 +0000 (05:09 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 12 Feb 2012 05:09:35 +0000 (05:09 +0000)
commit132bd9ce56e1f6d0231c34acec738a8bc92c9cfa
tree5c62e37a2c5cdf9180443a6effa93c334f62dcd7
parent6f160d3d78c1b7839b6bc053339e1fdfbf0276de
Handle InvokeInst in EvaluateBlock. Don't try to support exceptions, it's just
that no optz'ns have run yet to convert invokes to calls.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150326 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/GlobalOpt.cpp