Make sure to preserve the calling convention when changing an invoke into
authorChris Lattner <sabre@nondot.org>
Sat, 14 May 2005 12:21:56 +0000 (12:21 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 14 May 2005 12:21:56 +0000 (12:21 +0000)
commit16d0db2da8c274f98db4a89ca7a92f970d464b9a
tree1c30e628e8f456bc7902935b5448e6ddcf6ef6aa
parent920c0aa9c2e527771796934d5a76588e06193c90
Make sure to preserve the calling convention when changing an invoke into
a call.  This fixes Prolangs-C++/deriv2, kimwitu++, and Misc-C++/bigfib
on X86 with -enable-x86-fastcc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22023 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/SimplifyCFG.cpp