mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-13 08:35:46 +00:00
Update a comment to reflect recent changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55418 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ebe1dbabc1
commit
833ddf8430
@ -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…
x
Reference in New Issue
Block a user