No need to generate the implementation keyword any more. Its frivolous.

llvm-svn: 35405
This commit is contained in:
Reid Spencer 2007-03-28 01:53:20 +00:00
parent 6aef51f080
commit bd89a6ea1c

View File

@ -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);