mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 12:50:00 +00:00
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:
parent
0eea1d5b7e
commit
cb98327142
@ -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
|
||||
|
@ -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…
Reference in New Issue
Block a user