Make ARMAsmPrinter pass name more precise and fix comment.
authorEli Bendersky <eliben@google.com>
Tue, 19 Feb 2013 16:47:59 +0000 (16:47 +0000)
committerEli Bendersky <eliben@google.com>
Tue, 19 Feb 2013 16:47:59 +0000 (16:47 +0000)
llvm-svn: 175527

llvm/lib/Target/ARM/ARMAsmPrinter.h

index f7392fb..c945e4f 100644 (file)
@@ -1,4 +1,4 @@
-//===-- ARMAsmPrinter.h - Print machine code to an ARM .s file --*- C++ -*-===//
+//===-- ARMAsmPrinter.h - ARM implementation of AsmPrinter ------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -6,10 +6,6 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
-//
-// ARM Assembly printer class.
-//
-//===----------------------------------------------------------------------===//
 
 #ifndef ARMASMPRINTER_H
 #define ARMASMPRINTER_H
@@ -54,7 +50,7 @@ public:
     }
 
   virtual const char *getPassName() const LLVM_OVERRIDE {
-    return "ARM Assembly Printer";
+    return "ARM Assembly / Object Emitter";
   }
 
   void printOperand(const MachineInstr *MI, int OpNum, raw_ostream &O,