mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-17 00:57:54 +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");
|
Operands.push_back("f");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
// For now, ignore fpimm and other non-leaf nodes.
|
// For now, ignore other non-leaf nodes.
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
DefInit *OpDI = dynamic_cast<DefInit*>(Op->getLeafValue());
|
DefInit *OpDI = dynamic_cast<DefInit*>(Op->getLeafValue());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user