mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-10 18:37:01 +00:00
Typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30884 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c2b19f3449
commit
2d84c4c7b3
@ -2851,7 +2851,7 @@ SDOperand SelectionDAGLegalize::LegalizeOp(SDOperand Op) {
|
||||
Result = DAG.getNode(ISD::SRA, Node->getValueType(0),
|
||||
Result, ShiftCst);
|
||||
} else if (Node->getOpcode() == ISD::FP_ROUND_INREG) {
|
||||
// The only way we can lower this is to turn it into a STORETRUNC,
|
||||
// The only way we can lower this is to turn it into a TRUNCSTORE,
|
||||
// EXTLOAD pair, targetting a temporary location (a stack slot).
|
||||
|
||||
// NOTE: there is a choice here between constantly creating new stack
|
||||
|
Loading…
x
Reference in New Issue
Block a user