llvm-6502/include
Benjamin Kramer e3c2f07005 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
2013-10-08 17:44:56 +00:00
..
llvm IRBuilder: Downgrade InsertPointGuard's instruction pointer to a raw pointer. 2013-10-08 17:44:56 +00:00
llvm-c Optimize linkonce_odr unnamed_addr functions during LTO. 2013-10-03 18:29:09 +00:00