[llvm-commits] [release_19] CVS: llvm-poolalloc/include/poolalloc/PoolAllocate.h
John Criswell
criswell at cs.uiuc.edu
Wed Dec 13 13:58:55 PST 2006
Changes in directory llvm-poolalloc/include/poolalloc:
PoolAllocate.h updated: 1.51 -> 1.51.2.1
---
Log message:
Grab configuration information from configure script.
---
Diffs of the changes: (+2 -3)
PoolAllocate.h | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
Index: llvm-poolalloc/include/poolalloc/PoolAllocate.h
diff -u llvm-poolalloc/include/poolalloc/PoolAllocate.h:1.51 llvm-poolalloc/include/poolalloc/PoolAllocate.h:1.51.2.1
--- llvm-poolalloc/include/poolalloc/PoolAllocate.h:1.51 Wed Jul 26 10:37:25 2006
+++ llvm-poolalloc/include/poolalloc/PoolAllocate.h Wed Dec 13 15:58:21 2006
@@ -16,15 +16,14 @@
#ifndef POOLALLOCATE_H
#define POOLALLOCATE_H
-//#define SAFECODE 1
-//#define BOUNDS_CHECK 1
-//comment the above two for normal poolallocation
+
#include "llvm/Pass.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Support/CallSite.h"
#include "llvm/ADT/EquivalenceClasses.h"
#include "llvm/ADT/VectorExtras.h"
#include "llvm/ADT/hash_set"
+#include "poolalloc/Config/config.h"
#ifdef SAFECODE
//FIXME : make this use some configuration options
More information about the llvm-commits
mailing list