[llvm-commits] [poolalloc] r47632 - /poolalloc/trunk/lib/PoolAllocate/PoolAllocate.cpp

John Criswell criswell at uiuc.edu
Tue Feb 26 14:10:06 PST 2008


Author: criswell
Date: Tue Feb 26 16:10:06 2008
New Revision: 47632

URL: http://llvm.org/viewvc/llvm-project?rev=47632&view=rev
Log:
Include ParamAttrsList.h to get the necessary class definitions for copying
class attributes correctly to cloned functions.

Modified:
    poolalloc/trunk/lib/PoolAllocate/PoolAllocate.cpp

Modified: poolalloc/trunk/lib/PoolAllocate/PoolAllocate.cpp
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/lib/PoolAllocate/PoolAllocate.cpp?rev=47632&r1=47631&r2=47632&view=diff

==============================================================================
--- poolalloc/trunk/lib/PoolAllocate/PoolAllocate.cpp (original)
+++ poolalloc/trunk/lib/PoolAllocate/PoolAllocate.cpp Tue Feb 26 16:10:06 2008
@@ -24,6 +24,7 @@
 #include "llvm/Instructions.h"
 #include "llvm/Module.h"
 #include "llvm/Constants.h"
+#include "llvm/ParamAttrsList.h"
 #include "llvm/ParameterAttributes.h"
 #include "llvm/Support/CFG.h"
 #include "llvm/Target/TargetData.h"





More information about the llvm-commits mailing list