mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-29 06:53:53 +00:00
Update a comment to reflect recent changes.
llvm-svn: 55418
This commit is contained in:
parent
47abc17d0f
commit
378f477a02
@ -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
Block a user