forked from OSchip/llvm-project
Update a comment to reflect recent changes.
llvm-svn: 55418
This commit is contained in:
parent
ec33ed9ced
commit
6d153b02c9
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue