use splice instead of remove/insert to avoid some symtab operations
authorChris Lattner <sabre@nondot.org>
Wed, 3 Aug 2005 00:23:42 +0000 (00:23 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 3 Aug 2005 00:23:42 +0000 (00:23 +0000)
commitd423b8b6ca3d2d21a8aa07a877d63e5dc45abc70
tree32e9be0f9334b799e98ee9f8cbc5c590005a6fde
parent2bdcb56146279009f233933a101cb3dd54a951cd
use splice instead of remove/insert to avoid some symtab operations

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