Give CloneBasicBlock an optional function argument to specify which function
to add the cloned block to. This allows the block to be added to the function immediately, and all of the instructions to be immediately added to the function symbol table, which speeds up the inliner from 3.7 -> 3.38s on the PR209. llvm-svn: 11107
Loading
Please register or sign in to comment