Add a new LLVMBuilder class, which makes it simpler and more uniform to
authorChris Lattner <sabre@nondot.org>
Sun, 27 May 2007 15:09:34 +0000 (15:09 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 May 2007 15:09:34 +0000 (15:09 +0000)
commit848377d53360fa1c87592bdeb61eaffcc09de8c5
tree8af10e8563d101be9feeeb6167db8bb7e873f690
parent924361aef931a8f0c366b1090021d5be13c37c6b
Add a new LLVMBuilder class, which makes it simpler and more uniform to
create large amounts of instructions by separating the insertion point
logic from the logic of what to create.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37332 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/LLVMBuilder.h [new file with mode: 0644]