mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 21:30:49 +00:00
fix comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34395 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eb47391994
commit
4a6f363491
@ -49,7 +49,7 @@ bool StripDeadPrototypesPass::runOnModule(Module &M) {
|
||||
}
|
||||
}
|
||||
|
||||
// Erase dead function prototypes.
|
||||
// Erase dead global var prototypes.
|
||||
for (Module::global_iterator I = M.global_begin(), E = M.global_end();
|
||||
I != E; ) {
|
||||
GlobalVariable *GV = I++;
|
||||
|
Loading…
Reference in New Issue
Block a user