[llvm-commits] [release_19] CVS: llvm-poolalloc/lib/DSA/DataStructure.cpp
John Criswell
criswell at cs.uiuc.edu
Wed Dec 13 08:26:03 PST 2006
Changes in directory llvm-poolalloc/lib/DSA:
DataStructure.cpp updated: 1.248.2.1 -> 1.248.2.2
---
Log message:
Do not compile in pool inference code by default.
---
Diffs of the changes: (+0 -1)
DataStructure.cpp | 1 -
1 files changed, 1 deletion(-)
Index: llvm-poolalloc/lib/DSA/DataStructure.cpp
diff -u llvm-poolalloc/lib/DSA/DataStructure.cpp:1.248.2.1 llvm-poolalloc/lib/DSA/DataStructure.cpp:1.248.2.2
--- llvm-poolalloc/lib/DSA/DataStructure.cpp:1.248.2.1 Tue Dec 12 16:42:42 2006
+++ llvm-poolalloc/lib/DSA/DataStructure.cpp Wed Dec 13 10:25:34 2006
@@ -35,7 +35,6 @@
using namespace llvm;
#define COLLAPSE_ARRAYS_AGGRESSIVELY 0
-#define LLVA_KERNEL 1
namespace {
Statistic<> NumFolds ("dsa", "Number of nodes completely folded");
Statistic<> NumCallNodesMerged("dsa", "Number of call nodes merged");
More information about the llvm-commits
mailing list