From: Hal Finkel Date: Fri, 2 Dec 2011 04:58:17 +0000 (+0000) Subject: remove unneeded FIXME comment X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=826941a0af2c8ef695a6424cc5c712ac3df67f4c;p=oota-llvm.git remove unneeded FIXME comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145679 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCHazardRecognizers.cpp b/lib/Target/PowerPC/PPCHazardRecognizers.cpp index 16c95c8736d..c90e2951a3c 100644 --- a/lib/Target/PowerPC/PPCHazardRecognizers.cpp +++ b/lib/Target/PowerPC/PPCHazardRecognizers.cpp @@ -27,7 +27,6 @@ void PPCHazardRecognizer440::EmitInstruction(SUnit *SU) { const MCInstrDesc *MCID = DAG->getInstrDesc(SU); if (!MCID) { // This is a PPC pseudo-instruction. - // FIXME: Should something else be done? return; }