mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-21 08:17:40 +00:00
Silencing a -Wsign-compare warning; NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237794 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1877,7 +1877,7 @@ chainToBasePointerCost(SmallVectorImpl<Instruction*> &Chain,
|
||||
static void rematerializeLiveValues(CallSite CS,
|
||||
PartiallyConstructedSafepointRecord &Info,
|
||||
TargetTransformInfo &TTI) {
|
||||
const int ChainLengthThreshold = 10;
|
||||
const unsigned int ChainLengthThreshold = 10;
|
||||
|
||||
// Record values we are going to delete from this statepoint live set.
|
||||
// We can not di this in following loop due to iterator invalidation.
|
||||
|
||||
Reference in New Issue
Block a user