Cache the fairly expensive last split point computation and provide a fast
inlined path for the common case. Most basic blocks don't contain a call that may throw, so the last split point os simply the first terminator. llvm-svn: 128874
Loading
Please register or sign in to comment