summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2013-02-19 16:47:59 +0000
committerEli Bendersky <eliben@google.com>2013-02-19 16:47:59 +0000
commit6aa4fc389e542fce1b0d527f19c36d4d96fcd6ec (patch)
treeec3cdd94f32e11e5ba2dd542b986416f49e271c3 /llvm/lib/Target/ARM
parentb0b13b22a3ec6f9fe13c157413d665882370b972 (diff)
downloadbcm5719-llvm-6aa4fc389e542fce1b0d527f19c36d4d96fcd6ec.tar.gz
bcm5719-llvm-6aa4fc389e542fce1b0d527f19c36d4d96fcd6ec.zip
Make ARMAsmPrinter pass name more precise and fix comment.
llvm-svn: 175527
Diffstat (limited to 'llvm/lib/Target/ARM')
-rw-r--r--llvm/lib/Target/ARM/ARMAsmPrinter.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/llvm/lib/Target/ARM/ARMAsmPrinter.h b/llvm/lib/Target/ARM/ARMAsmPrinter.h
index f7392fbf348..c945e4f2869 100644
--- a/llvm/lib/Target/ARM/ARMAsmPrinter.h
+++ b/llvm/lib/Target/ARM/ARMAsmPrinter.h
@@ -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,
OpenPOWER on IntegriCloud