mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
(Hopefully) silence a warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66158 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
731c6abc46
commit
a2bfb54e4d
@ -1015,7 +1015,7 @@ MachineInstr* PreAllocSplitting::FoldRestore(unsigned vreg,
|
||||
MachineBasicBlock* MBB,
|
||||
int SS,
|
||||
SmallPtrSet<MachineInstr*, 4>& RefsInMBB) {
|
||||
if ((int)RestoreFoldLimit != -1 && RestoreFoldLimit == NumRestoreFolds)
|
||||
if ((int)RestoreFoldLimit != -1 && RestoreFoldLimit == (int)NumRestoreFolds)
|
||||
return 0;
|
||||
|
||||
// Go top down if RefsInMBB is empty.
|
||||
|
Loading…
Reference in New Issue
Block a user