Add an insertBefore method for attaching previously unattached instructions,
authorOwen Anderson <resistor@mac.com>
Tue, 17 Jun 2008 18:29:27 +0000 (18:29 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 17 Jun 2008 18:29:27 +0000 (18:29 +0000)
commit26bb50ab48c561adfd32d129e0eff0cbf0a04625
tree931011ab005e420535a3cca22020397b7d224154
parent2b7470eb54880ce7f74469d6e09eaf7f0864f8ab
Add an insertBefore method for attaching previously unattached instructions,
such as those created by clone(), to a basic block.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52424 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Instruction.h
lib/VMCore/Instruction.cpp