mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-22 19:49:49 +00:00
No need to generate the implementation keyword any more. Its frivolous.
llvm-svn: 35405
This commit is contained in:
parent
6aef51f080
commit
bd89a6ea1c
@ -842,8 +842,6 @@ void AssemblyWriter::printModule(const Module *M) {
|
||||
I != E; ++I)
|
||||
printGlobal(I);
|
||||
|
||||
Out << "\nimplementation ; Functions:\n";
|
||||
|
||||
// Output all of the functions.
|
||||
for (Module::const_iterator I = M->begin(), E = M->end(); I != E; ++I)
|
||||
printFunction(I);
|
||||
|
Loading…
Reference in New Issue
Block a user