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