aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Reader
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2008-12-23 05:43:56 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2008-12-23 05:43:56 +0000
commitc7c7ae375d2acec829342480be25a59072dd32bd (patch)
tree461e65c640315504c1192e2bcc9917b118c731dd /lib/Bitcode/Reader
parent3e910e9449773f94fa971047b76d4d88c7d017a2 (diff)
downloadexternal_llvm-c7c7ae375d2acec829342480be25a59072dd32bd.zip
external_llvm-c7c7ae375d2acec829342480be25a59072dd32bd.tar.gz
external_llvm-c7c7ae375d2acec829342480be25a59072dd32bd.tar.bz2
revert r61368.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61369 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bitcode/Reader')
-rw-r--r--lib/Bitcode/Reader/Deserialize.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bitcode/Reader/Deserialize.cpp b/lib/Bitcode/Reader/Deserialize.cpp
index 99e9cdb..2014557 100644
--- a/lib/Bitcode/Reader/Deserialize.cpp
+++ b/lib/Bitcode/Reader/Deserialize.cpp
@@ -85,7 +85,7 @@ bool Deserializer::AdvanceStream() {
case bitc::END_BLOCK: {
bool x = Stream.ReadBlockEnd();
- assert(!x && "Error at block end.");
+ assert(!x && "Error at block end."); x=x;
BlockStack.pop_back();
continue;
}