summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-03-28 01:53:20 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-03-28 01:53:20 +0000
commit6d8e75ddb21df750ab1121bec91a2ee624cd5d9f (patch)
tree924728d916eb3a963202eeac42cc2db319616072 /llvm/lib
parentde7e7122cd5c11dd41e3ffbf51e2362fb65d2f08 (diff)
downloadbcm5719-llvm-6d8e75ddb21df750ab1121bec91a2ee624cd5d9f.tar.gz
bcm5719-llvm-6d8e75ddb21df750ab1121bec91a2ee624cd5d9f.zip
No need to generate the implementation keyword any more. Its frivolous.
llvm-svn: 35405
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/VMCore/AsmWriter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/VMCore/AsmWriter.cpp b/llvm/lib/VMCore/AsmWriter.cpp
index 0792550e1c5..d49898e2adc 100644
--- a/llvm/lib/VMCore/AsmWriter.cpp
+++ b/llvm/lib/VMCore/AsmWriter.cpp
@@ -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);
OpenPOWER on IntegriCloud