Author: kremenek Date: Sat Nov 10 13:19:32 2007 New Revision: 43982 URL: http://llvm.org/viewvc/llvm-project?rev=43982&view=rev Log: Updated method signature to conform with the typedef in the method prototype.
Modified: llvm/trunk/lib/Bitcode/Reader/Deserialize.cpp Modified: llvm/trunk/lib/Bitcode/Reader/Deserialize.cpp URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Bitcode/Reader/Deserialize.cpp?rev=43982&r1=43981&r2=43982&view=diff ============================================================================== --- llvm/trunk/lib/Bitcode/Reader/Deserialize.cpp (original) +++ llvm/trunk/lib/Bitcode/Reader/Deserialize.cpp Sat Nov 10 13:19:32 2007 @@ -324,7 +324,7 @@ buff.push_back('\0'); } -void Deserializer::RegisterPtr(unsigned PtrId, const void* Ptr) { +void Deserializer::RegisterPtr(SerializedPtrID PtrId, const void* Ptr) { MapTy::value_type& E = BPatchMap.FindAndConstruct(BPKey(PtrId)); assert (!HasFinalPtr(E) && "Pointer already registered."); _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits