mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
The implementation keyword is no longer neccesary
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2434 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0e73ce6d94
commit
b05ca44eb9
@ -504,7 +504,7 @@ void AssemblyWriter::printModule(const Module *M) {
|
||||
for_each(M->gbegin(), M->gend(),
|
||||
bind_obj(this, &AssemblyWriter::printGlobal));
|
||||
|
||||
Out << "implementation\n";
|
||||
Out << "\n; Functions:\n";
|
||||
|
||||
// Output all of the functions...
|
||||
for_each(M->begin(), M->end(), bind_obj(this,&AssemblyWriter::printFunction));
|
||||
|
Loading…
Reference in New Issue
Block a user