summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PowerPCAsmPrinter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-28 20:18:53 +0000
committerChris Lattner <sabre@nondot.org>2004-07-28 20:18:53 +0000
commit07fad1cdee654b3913ad937dbcecb31e495137f3 (patch)
tree524e86525d851dc25fcdcb616f27fc2cf4f4cac9 /llvm/lib/Target/PowerPC/PowerPCAsmPrinter.cpp
parent5eb1150db6f20346c61087f8514b03af3419aad5 (diff)
downloadbcm5719-llvm-07fad1cdee654b3913ad937dbcecb31e495137f3.tar.gz
bcm5719-llvm-07fad1cdee654b3913ad937dbcecb31e495137f3.zip
Minor corrections
llvm-svn: 15309
Diffstat (limited to 'llvm/lib/Target/PowerPC/PowerPCAsmPrinter.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PowerPCAsmPrinter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PowerPCAsmPrinter.cpp b/llvm/lib/Target/PowerPC/PowerPCAsmPrinter.cpp
index 032bf598e92..e8fb31edb60 100644
--- a/llvm/lib/Target/PowerPC/PowerPCAsmPrinter.cpp
+++ b/llvm/lib/Target/PowerPC/PowerPCAsmPrinter.cpp
@@ -1,4 +1,4 @@
-//===-- Printer.cpp - Convert LLVM code to PowerPC assembly ---------------===//
+//===-- PowerPCAsmPrinter.cpp - Print machine instrs to PowerPC assembly --===//
//
// The LLVM Compiler Infrastructure
//
@@ -9,7 +9,7 @@
//
// This file contains a printer that converts from our internal representation
// of machine-dependent LLVM code to PowerPC assembly language. This printer is
-// the output mechanism used by `llc' and `lli -print-machineinstrs'.
+// the output mechanism used by `llc'.
//
// Documentation at http://developer.apple.com/documentation/DeveloperTools/
// Reference/Assembler/ASMIntroduction/chapter_1_section_1.html
OpenPOWER on IntegriCloud