diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-03-27 23:31:10 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-03-27 23:31:10 +0000 |
commit | 8c39020359e1b80277277382c63560f592619a2f (patch) | |
tree | aab486e668c6b28b3f822d5890979734e281f30c | |
parent | eabef6b12e255125633e4149e86620223377639b (diff) |
Reactivate llvm.dbg.declare.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27192 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index dc87390102..c145008852 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -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())) { |