Add new composition mask

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5454 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-02-01 03:28:26 +00:00
parent 0eea1d5b7e
commit cb98327142
2 changed files with 4 additions and 0 deletions

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

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