Fixed subtle bug in Deserializer::JumpTo when jumping when the block-nesting
authorTed Kremenek <kremenek@apple.com>
Fri, 30 Nov 2007 22:45:05 +0000 (22:45 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 30 Nov 2007 22:45:05 +0000 (22:45 +0000)
commitf64903b7d87d9bdb8300205674d754d6bf207eb7
tree70e322edd5f8fe2e643067877f413d024e848a5f
parent2a2a496aacd53aeb02dbf654f7e7c59de301c8c2
Fixed subtle bug in Deserializer::JumpTo when jumping when the block-nesting
information matching did not exactly match the underlying stream's scoping
information.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44470 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/Deserialize.h
lib/Bitcode/Reader/Deserialize.cpp