1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/include
Benjamin Kramer f9db6465f7 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.

llvm-svn: 192209
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