Add new composition mask
authorChris Lattner <sabre@nondot.org>
Sat, 1 Feb 2003 03:28:26 +0000 (03:28 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 1 Feb 2003 03:28:26 +0000 (03:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5454 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DSNode.h
include/llvm/Analysis/DataStructure/DSNode.h

index cf298a234e438ad85c5298b6eaccf323562220be..5edbd72f83026198c45879c602878550c3f18b17 100644 (file)
@@ -62,6 +62,8 @@ public:
 #if 1
     DEAD        = 1 << 8,   // This node is dead and should not be pointed to
 #endif
+
+    Composition = AllocaNode | HeapNode | GlobalNode | UnknownNode,
   };
   
   /// NodeType - A union of the above bits.  "Shadow" nodes do not add any flags
index cf298a234e438ad85c5298b6eaccf323562220be..5edbd72f83026198c45879c602878550c3f18b17 100644 (file)
@@ -62,6 +62,8 @@ public:
 #if 1
     DEAD        = 1 << 8,   // This node is dead and should not be pointed to
 #endif
+
+    Composition = AllocaNode | HeapNode | GlobalNode | UnknownNode,
   };
   
   /// NodeType - A union of the above bits.  "Shadow" nodes do not add any flags