[llvm-commits] [release_19] CVS: llvm-poolalloc/include/dsa/DSGraph.h DataStructure.h

John Criswell criswell at cs.uiuc.edu
Tue Dec 12 15:21:16 PST 2006



Changes in directory llvm-poolalloc/include/dsa:

DSGraph.h updated: 1.110.2.1 -> 1.110.2.2
DataStructure.h updated: 1.98.2.1 -> 1.98.2.2
---
Log message:

Do not build with these enabled by default; let configure script enable
them.


---
Diffs of the changes:  (+0 -3)

 DSGraph.h       |    1 -
 DataStructure.h |    2 --
 2 files changed, 3 deletions(-)


Index: llvm-poolalloc/include/dsa/DSGraph.h
diff -u llvm-poolalloc/include/dsa/DSGraph.h:1.110.2.1 llvm-poolalloc/include/dsa/DSGraph.h:1.110.2.2
--- llvm-poolalloc/include/dsa/DSGraph.h:1.110.2.1	Tue Dec 12 16:42:37 2006
+++ llvm-poolalloc/include/dsa/DSGraph.h	Tue Dec 12 17:20:47 2006
@@ -21,7 +21,6 @@
 #include <list>
 #include <map>
 #include <iostream>
-#define LLVA_KERNEL 1
 namespace llvm {
 
   //typedef map<const DSNode *, Value*> PoolDescriptorMapType;


Index: llvm-poolalloc/include/dsa/DataStructure.h
diff -u llvm-poolalloc/include/dsa/DataStructure.h:1.98.2.1 llvm-poolalloc/include/dsa/DataStructure.h:1.98.2.2
--- llvm-poolalloc/include/dsa/DataStructure.h:1.98.2.1	Tue Dec 12 16:42:37 2006
+++ llvm-poolalloc/include/dsa/DataStructure.h	Tue Dec 12 17:20:47 2006
@@ -37,8 +37,6 @@
 FunctionPass *createDataStructureStatsPass();
 FunctionPass *createDataStructureGraphCheckerPass();
 
-#define LLVA_KERNEL 1
-
 // FIXME: move this stuff to a private header
 namespace DataStructureAnalysis {
   /// isPointerType - Return true if this first class type is big enough to hold






More information about the llvm-commits mailing list