mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-23 01:25:32 +00:00
Implement review feedback. Aliasees can be either GlobalValue's or
bitcasts of them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36537 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -298,6 +298,9 @@ void Module::dropAllReferences() {
|
||||
|
||||
for(Module::global_iterator I = global_begin(), E = global_end(); I != E; ++I)
|
||||
I->dropAllReferences();
|
||||
|
||||
for(Module::alias_iterator I = alias_begin(), E = alias_end(); I != E; ++I)
|
||||
I->dropAllReferences();
|
||||
}
|
||||
|
||||
void Module::addLibrary(const std::string& Lib) {
|
||||
|
Reference in New Issue
Block a user