[llvm-commits] CVS: poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp
Chris Lattner
lattner at cs.uiuc.edu
Wed Jul 7 00:26:01 PDT 2004
Changes in directory poolalloc/lib/PoolAllocate:
TransformFunctionBody.cpp updated: 1.24 -> 1.25
---
Log message:
Fix compilation
---
Diffs of the changes: (+1 -0)
Index: poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp
diff -u poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp:1.24 poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp:1.25
--- poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp:1.24 Sun May 23 02:56:48 2004
+++ poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp Wed Jul 7 00:25:29 2004
@@ -17,6 +17,7 @@
#include "llvm/Support/InstVisitor.h"
#include "Support/Debug.h"
#include "Support/VectorExtras.h"
+#include <iostream>
using namespace llvm;
using namespace PA;
More information about the llvm-commits
mailing list