remove unneeded FIXME comment

llvm-svn: 145679
This commit is contained in:
Hal Finkel 2011-12-02 04:58:17 +00:00
parent 9286705955
commit f9ce7b60ef
1 changed files with 0 additions and 1 deletions

View 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;
}