[llvm-commits] CVS: poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp
Chris Lattner
lattner at cs.uiuc.edu
Fri Mar 5 00:56:01 PST 2004
Changes in directory poolalloc/lib/PoolAllocate:
TransformFunctionBody.cpp updated: 1.22 -> 1.23
---
Log message:
Relaaaaax!
---
Diffs of the changes: (+2 -0)
Index: poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp
diff -u poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp:1.22 poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp:1.23
--- poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp:1.22 Sun Feb 29 15:23:34 2004
+++ poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp Fri Mar 5 00:54:55 2004
@@ -424,8 +424,10 @@
if (DSNode *LocalNode = NodeMapping[ArgNodes[i]].getNode())
if (FI.PoolDescriptors.count(LocalNode))
ArgVal = FI.PoolDescriptors.find(LocalNode)->second;
+#if 0
if (isa<Constant>(ArgVal) && cast<Constant>(ArgVal)->isNullValue())
std::cerr << "WARNING: NULL POOL ARGUMENTS ARE PASSED IN!\n";
+#endif
Args.push_back(ArgVal);
}
More information about the llvm-commits
mailing list