mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-13 07:00:59 +00:00
Add a simple clear() method
llvm-svn: 24543
This commit is contained in:
parent
47bb0eba00
commit
80afe26d76
@ -290,6 +290,11 @@ public:
|
||||
bool remove(InvokeInst *II) { return remove(CallSite(II)); }
|
||||
bool remove(Instruction *I);
|
||||
void remove(AliasSet &AS);
|
||||
|
||||
void clear() {
|
||||
PointerMap.clear();
|
||||
AliasSets.clear();
|
||||
}
|
||||
|
||||
/// getAliasSets - Return the alias sets that are active.
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user