[CodeGeneration] Do not set insert position redundantly
There is no need to reset the position of the builder, as we can just continue to insert code at the current position of the IRBuilder, which happens to be precisely the location we reset the builder to. llvm-svn: 278014
Loading
Please sign in to comment