Reactivate llvm.dbg.declare.
authorJim Laskey <jlaskey@mac.com>
Mon, 27 Mar 2006 23:31:10 +0000 (23:31 +0000)
committerJim Laskey <jlaskey@mac.com>
Mon, 27 Mar 2006 23:31:10 +0000 (23:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27192 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

index dc87390102d2cdea172d61cfdbadbf249718f413..c1450088525961fe2d6779ed3f38f794f614bf58 100644 (file)
@@ -1382,7 +1382,6 @@ SelectionDAGLowering::visitIntrinsicCall(CallInst &I, unsigned Intrinsic) {
     return 0;
   }
   case Intrinsic::dbg_declare: {
-    return 0;
     MachineDebugInfo *DebugInfo = DAG.getMachineDebugInfo();
     DbgDeclareInst &DI = cast<DbgDeclareInst>(I);
     if (DebugInfo && DebugInfo->Verify(DI.getVariable())) {