Update a comment to reflect recent changes.

llvm-svn: 55418
This commit is contained in:
Dan Gohman 2008-08-27 16:18:22 +00:00
parent 47abc17d0f
commit 378f477a02

View File

@ -96,7 +96,7 @@ struct OperandsSignature {
Operands.push_back("f");
return true;
}
// For now, ignore fpimm and other non-leaf nodes.
// For now, ignore other non-leaf nodes.
return false;
}
DefInit *OpDI = dynamic_cast<DefInit*>(Op->getLeafValue());