mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-23 05:29:23 +00:00
Remove obsolete comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230134 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
113747defd
commit
9494699d5e
@ -98,11 +98,6 @@ public:
|
||||
const MipsFunctionInfo *MipsFI;
|
||||
MipsMCInstLower MCInstLowering;
|
||||
|
||||
// We initialize the subtarget here and in runOnMachineFunction
|
||||
// since there are certain target specific flags (ABI) that could
|
||||
// reside on the TargetMachine, but are on the subtarget currently
|
||||
// and we need them for the beginning of file output before we've
|
||||
// seen a single function.
|
||||
explicit MipsAsmPrinter(TargetMachine &TM,
|
||||
std::unique_ptr<MCStreamer> Streamer)
|
||||
: AsmPrinter(TM, std::move(Streamer)), MCP(nullptr),
|
||||
|
Loading…
x
Reference in New Issue
Block a user