mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-25 17:20:48 +00:00
Fix more warnings building with VC++
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14391 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -717,7 +717,8 @@ int SlotCalculator::insertValue(const Value *D, bool dontIgnore) {
|
||||
// If we haven't seen this sub type before, add it to our type table!
|
||||
if (getSlot(SubTy) == -1) {
|
||||
SC_DEBUG(" Inserting subtype: " << SubTy->getDescription() << "\n");
|
||||
int Slot = doInsertValue(SubTy);
|
||||
SC_DEBUG(int Slot = );
|
||||
doInsertValue(SubTy);
|
||||
SC_DEBUG(" Inserted subtype: " << SubTy->getDescription() <<
|
||||
" slot=" << Slot << "\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user