A debug function start was not being recorded when the optimization level wasn't
authorBill Wendling <isanbard@gmail.com>
Sat, 9 May 2009 23:51:35 +0000 (23:51 +0000)
committerBill Wendling <isanbard@gmail.com>
Sat, 9 May 2009 23:51:35 +0000 (23:51 +0000)
commite34b723d3ef31463210dcc538b3873d3841133f3
tree83a41a665c7f322e9baf5df7fe310803d4b56cd2
parent5374405dc12673e6c07869132faf7b837e95dc79
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71370 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp