mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 03:32:10 +00:00
Make ARMAsmPrinter pass name more precise and fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175527 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
faec9a3396
commit
26a5c4dd31
@ -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
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
@ -6,10 +6,6 @@
|
|||||||
// License. See LICENSE.TXT for details.
|
// License. See LICENSE.TXT for details.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
|
||||||
// ARM Assembly printer class.
|
|
||||||
//
|
|
||||||
//===----------------------------------------------------------------------===//
|
|
||||||
|
|
||||||
#ifndef ARMASMPRINTER_H
|
#ifndef ARMASMPRINTER_H
|
||||||
#define ARMASMPRINTER_H
|
#define ARMASMPRINTER_H
|
||||||
@ -54,7 +50,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
virtual const char *getPassName() const LLVM_OVERRIDE {
|
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,
|
void printOperand(const MachineInstr *MI, int OpNum, raw_ostream &O,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user