mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 15:51:54 +00:00
Add new composition mask
llvm-svn: 5454
This commit is contained in:
parent
b867c1f059
commit
d6b11d83a3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user