[llvm-commits] CVS: llvm-poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sat Apr 2 12:00:32 PST 2005
Changes in directory llvm-poolalloc/lib/PoolAllocate:
TransformFunctionBody.cpp updated: 1.41 -> 1.42
---
Log message:
adjust to api changes.
---
Diffs of the changes: (+1 -1)
TransformFunctionBody.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp
diff -u llvm-poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp:1.41 llvm-poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp:1.42
--- llvm-poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp:1.41 Sat Apr 2 13:55:29 2005
+++ llvm-poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp Sat Apr 2 14:00:16 2005
@@ -453,7 +453,7 @@
#ifndef NDEBUG
// Verify that all potential callees at call site have the same DS graph.
- EquivClassGraphs::ActualCalleesTy::const_iterator I =
+ EquivClassGraphs::callee_iterator I =
ECGraphs.callee_begin(OrigInst), E = ECGraphs.callee_end(OrigInst);
for (; I != E; ++I)
if (!I->second->isExternal())
More information about the llvm-commits
mailing list