From cde54069f912b266d998a4679a5235834ceefdac Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Sat, 21 Feb 2015 08:48:23 +0000 Subject: [PATCH] Remove obsolete comment. llvm-svn: 230134 --- llvm/lib/Target/Mips/MipsAsmPrinter.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/llvm/lib/Target/Mips/MipsAsmPrinter.h b/llvm/lib/Target/Mips/MipsAsmPrinter.h index 3e962bd..d4c5b80 100644 --- a/llvm/lib/Target/Mips/MipsAsmPrinter.h +++ b/llvm/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), -- 2.7.4