remove unneeded FIXME comment
authorHal Finkel <hfinkel@anl.gov>
Fri, 2 Dec 2011 04:58:17 +0000 (04:58 +0000)
committerHal Finkel <hfinkel@anl.gov>
Fri, 2 Dec 2011 04:58:17 +0000 (04:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145679 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCHazardRecognizers.cpp

index 16c95c8736dfac2aef233b67b45df5d2e1d0048f..c90e2951a3cc5fddbfd41485cfcc05fbf1a9f1cf 100644 (file)
@@ -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;
   }