OSDN Git Service

MachineBasicBlock::splice was incorrectly updating parent pointers on
authorChris Lattner <sabre@nondot.org>
Fri, 6 Oct 2006 01:12:44 +0000 (01:12 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 6 Oct 2006 01:12:44 +0000 (01:12 +0000)
commit5504602836de40f07ac390a836161e45389870c2
treec4793a55ea006f4586f9e9f5e8d59cc9178fc719
parent786225adf09e606c795ef68a1f789c12f37869f2
MachineBasicBlock::splice was incorrectly updating parent pointers on
instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30760 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineBasicBlock.cpp