mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Fix typo
llvm-svn: 227697
This commit is contained in:
parent
c7e64d4e6b
commit
7a8cacc8cb
@ -180,7 +180,7 @@ bool SIFoldOperands::runOnMachineFunction(MachineFunction &MF) {
|
||||
if (!FoldingImm && !OpToFold.isReg())
|
||||
continue;
|
||||
|
||||
// Folding immediates with more than one use will increase program side.
|
||||
// Folding immediates with more than one use will increase program size.
|
||||
// FIXME: This will also reduce register usage, which may be better
|
||||
// in some cases. A better heuristic is needed.
|
||||
if (FoldingImm && !TII->isInlineConstant(OpToFold) &&
|
||||
|
Loading…
Reference in New Issue
Block a user