Revert last commit. It was wrong.

llvm-svn: 72026
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
index b8f22d6..bbd8b5a 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
@@ -3929,8 +3929,7 @@
       MachineFunction &MF = DAG.getMachineFunction();
       DISubprogram Subprogram(cast<GlobalVariable>(REI.getContext()));
 
-      if (OptLevel == CodeGenOpt::None ||
-          Subprogram.isNull() || Subprogram.describes(MF.getFunction())) {
+      if (Subprogram.isNull() || Subprogram.describes(MF.getFunction())) {
         unsigned LabelID =
           DW->RecordRegionEnd(cast<GlobalVariable>(REI.getContext()));
         DAG.setRoot(DAG.getLabel(ISD::DBG_LABEL, getCurDebugLoc(),