From 16731591255f93c52218fbbc4455bc0a3587d32e Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 10 Feb 2007 11:59:10 +0000 Subject: Fix a comment. llvm-svn: 34146 --- llvm/lib/Bytecode/Writer/SlotCalculator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Bytecode') diff --git a/llvm/lib/Bytecode/Writer/SlotCalculator.cpp b/llvm/lib/Bytecode/Writer/SlotCalculator.cpp index 6dbaba5dec4..0c8ba48be7d 100644 --- a/llvm/lib/Bytecode/Writer/SlotCalculator.cpp +++ b/llvm/lib/Bytecode/Writer/SlotCalculator.cpp @@ -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 -- cgit v1.2.3