From: Eric Christopher Date: Sat, 21 Feb 2015 08:48:23 +0000 (+0000) Subject: Remove obsolete comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9494699d5e9c3040405039bbce1e3242553a0087;p=oota-llvm.git Remove obsolete comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230134 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Mips/MipsAsmPrinter.h b/lib/Target/Mips/MipsAsmPrinter.h index 3e962bd7198..d4c5b809960 100644 --- a/lib/Target/Mips/MipsAsmPrinter.h +++ b/lib/Target/Mips/MipsAsmPrinter.h @@ -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 Streamer) : AsmPrinter(TM, std::move(Streamer)), MCP(nullptr),