[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

Jim Laskey jlaskey at apple.com
Mon Mar 27 15:31:22 PST 2006



Changes in directory llvm/lib/CodeGen/SelectionDAG:

SelectionDAGISel.cpp updated: 1.208 -> 1.209
---
Log message:

Reactivate llvm.dbg.declare.


---
Diffs of the changes:  (+0 -1)

 SelectionDAGISel.cpp |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1.208 llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1.209
--- llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1.208	Mon Mar 27 15:36:03 2006
+++ llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp	Mon Mar 27 17:31:10 2006
@@ -1382,7 +1382,6 @@
     return 0;
   }
   case Intrinsic::dbg_declare: {
-    return 0;
     MachineDebugInfo *DebugInfo = DAG.getMachineDebugInfo();
     DbgDeclareInst &DI = cast<DbgDeclareInst>(I);
     if (DebugInfo && DebugInfo->Verify(DI.getVariable())) {






More information about the llvm-commits mailing list