summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-03-27 23:31:10 +0000
committerJim Laskey <jlaskey@mac.com>2006-03-27 23:31:10 +0000
commitd387cc5cde2512be877f75cbef90b7dc8822645c (patch)
tree37d4f66c6f85a14c21e3a016de4b5d29aebd74b3 /llvm/lib/CodeGen
parente58040f7cacf2c62a20ad8a83cda3fc46c5421bf (diff)
downloadbcm5719-llvm-d387cc5cde2512be877f75cbef90b7dc8822645c.tar.gz
bcm5719-llvm-d387cc5cde2512be877f75cbef90b7dc8822645c.zip
Reactivate llvm.dbg.declare.
llvm-svn: 27192
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index dc87390102d..c1450088525 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/llvm/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())) {
OpenPOWER on IntegriCloud