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

Jim Laskey jlaskey at apple.com
Mon Feb 13 04:51:02 PST 2006



Changes in directory llvm/lib/CodeGen/SelectionDAG:

SelectionDAGISel.cpp updated: 1.151 -> 1.152
---
Log message:

Rename to better reflect usage (current and planned.)


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

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


Index: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1.151 llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1.152
--- llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1.151	Fri Feb 10 19:01:30 2006
+++ llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp	Mon Feb 13 06:50:39 2006
@@ -954,7 +954,7 @@
       // column
       Ops.push_back(getValue(I.getOperand(3)));
 
-      DebugInfoDesc *DD = DebugInfo->Deserialize(I.getOperand(4));
+      DebugInfoDesc *DD = DebugInfo->getDescFor(I.getOperand(4));
       assert(DD && "Not a debug information descriptor");
       CompileUnitDesc *CompileUnit = dyn_cast<CompileUnitDesc>(DD);
       assert(CompileUnit && "Not a compile unit");






More information about the llvm-commits mailing list