mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Give SparcV9CodeEmitter a head-of-file comment and a PassName.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12967 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e803682f9a
commit
b75a316758
@ -7,7 +7,10 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// TODO: Need a description here.
|
// Target-specific portions of the machine code emitter for the SparcV9.
|
||||||
|
// This class interfaces with the JIT's Emitter in order to turn MachineInstrs
|
||||||
|
// into words of binary machine code. Its code is partially generated by
|
||||||
|
// TableGen's CodeEmitterGenerator.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
@ -40,6 +43,8 @@ public:
|
|||||||
SparcV9CodeEmitter(TargetMachine &T, MachineCodeEmitter &M);
|
SparcV9CodeEmitter(TargetMachine &T, MachineCodeEmitter &M);
|
||||||
~SparcV9CodeEmitter();
|
~SparcV9CodeEmitter();
|
||||||
|
|
||||||
|
const char *getPassName() const { return "SparcV9 Machine Code Emitter"; }
|
||||||
|
|
||||||
/// runOnMachineFunction - emits the given machine function to memory.
|
/// runOnMachineFunction - emits the given machine function to memory.
|
||||||
///
|
///
|
||||||
bool runOnMachineFunction(MachineFunction &F);
|
bool runOnMachineFunction(MachineFunction &F);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user