mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-30 08:24:12 +00:00
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34146 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f8edb62e22
commit
c834553b72
@ -55,7 +55,7 @@ void SlotCalculator::insertPrimitives() {
|
||||
getOrCreateTypeSlot(Type::LabelTy ); // 3: LabelTySlot
|
||||
assert(TypeMap.size() == Type::FirstDerivedTyID &&"Invalid primitive insert");
|
||||
// Above here *must* correspond 1:1 with the primitive types.
|
||||
getOrCreateTypeSlot(Type::Int1Ty ); // 4: BoolTySlot
|
||||
getOrCreateTypeSlot(Type::Int1Ty ); // 4: Int1TySlot
|
||||
getOrCreateTypeSlot(Type::Int8Ty ); // 5: Int8TySlot
|
||||
getOrCreateTypeSlot(Type::Int16Ty ); // 6: Int16TySlot
|
||||
getOrCreateTypeSlot(Type::Int32Ty ); // 7: Int32TySlot
|
||||
|
Loading…
Reference in New Issue
Block a user