A debug function start was not being recorded when the optimization level wasn't
None. However, we were always recording the region end. There's no longer a good reason for this code to be separated out between the different opt levels, as it was doing pretty much the same thing anyway. llvm-svn: 71370
Loading
Please register or sign in to comment