Add new composition mask

llvm-svn: 5454
This commit is contained in:
Chris Lattner 2003-02-01 03:28:26 +00:00
parent b867c1f059
commit d6b11d83a3

View 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