IRBuilder: Downgrade InsertPointGuard's instruction pointer to a raw pointer.
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 8 Oct 2013 17:44:56 +0000 (17:44 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 8 Oct 2013 17:44:56 +0000 (17:44 +0000)
commite3c2f07005aa2e4c935adb65f7f3e0176810fe68
treebb5df7f555edd716909e1c2b6ee4ab380485f976
parentb359bda93d410623bbbc96dc9968d94447169a79
IRBuilder: Downgrade InsertPointGuard's instruction pointer to a raw pointer.

Sadly this loses the checking from AssertingVH, but apparently storing the
end() of a BasicBlock into an AssertingVH has bad consequences as it's not
really an instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192209 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IRBuilder.h