[llvm] r230134 - Remove obsolete comment.
Eric Christopher
echristo at gmail.com
Sat Feb 21 00:48:24 PST 2015
Author: echristo
Date: Sat Feb 21 02:48:23 2015
New Revision: 230134
URL: http://llvm.org/viewvc/llvm-project?rev=230134&view=rev
Log:
Remove obsolete comment.
Modified:
llvm/trunk/lib/Target/Mips/MipsAsmPrinter.h
Modified: llvm/trunk/lib/Target/Mips/MipsAsmPrinter.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MipsAsmPrinter.h?rev=230134&r1=230133&r2=230134&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/MipsAsmPrinter.h (original)
+++ llvm/trunk/lib/Target/Mips/MipsAsmPrinter.h Sat Feb 21 02:48:23 2015
@@ -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),
More information about the llvm-commits
mailing list