[llvm-commits] CVS: poolalloc/test/TEST.poolalloc.Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Mar 8 09:11:05 PST 2004
Changes in directory poolalloc/test:
TEST.poolalloc.Makefile updated: 1.22 -> 1.23
---
Log message:
Fix comment regarding the heuristic options.
---
Diffs of the changes: (+1 -1)
Index: poolalloc/test/TEST.poolalloc.Makefile
diff -u poolalloc/test/TEST.poolalloc.Makefile:1.22 poolalloc/test/TEST.poolalloc.Makefile:1.23
--- poolalloc/test/TEST.poolalloc.Makefile:1.22 Fri Mar 5 15:36:53 2004
+++ poolalloc/test/TEST.poolalloc.Makefile Mon Mar 8 09:10:04 2004
@@ -10,7 +10,7 @@
EXTRA_PA_FLAGS := -poolalloc-force-simple-pool-init
# HEURISTIC can be set to:
-# AllPools
+# AllNodes
ifdef HEURISTIC
EXTRA_PA_FLAGS += -poolalloc-heuristic=$(HEURISTIC)
endif
More information about the llvm-commits
mailing list