summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-02-21 08:48:23 +0000
committerEric Christopher <echristo@gmail.com>2015-02-21 08:48:23 +0000
commitcde54069f912b266d998a4679a5235834ceefdac (patch)
treeec64672c534ede22af73a3280a12b6f2831256b8 /llvm/lib
parent327fc9721c47067cfc95328a9a4aff9dd66a9d76 (diff)
downloadbcm5719-llvm-cde54069f912b266d998a4679a5235834ceefdac.tar.gz
bcm5719-llvm-cde54069f912b266d998a4679a5235834ceefdac.zip
Remove obsolete comment.
llvm-svn: 230134
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Mips/MipsAsmPrinter.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Target/Mips/MipsAsmPrinter.h b/llvm/lib/Target/Mips/MipsAsmPrinter.h
index 3e962bd7198..d4c5b809960 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<MCStreamer> Streamer)
: AsmPrinter(TM, std::move(Streamer)), MCP(nullptr),
OpenPOWER on IntegriCloud