From: Zhongxing Xu Date: Tue, 23 Dec 2008 05:43:56 +0000 (+0000) Subject: revert r61368. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f900f7b5a2cc7ef45ceeeb7354e53e9fb859ede5;p=oota-llvm.git revert r61368. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61369 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Bitcode/Reader/Deserialize.cpp b/lib/Bitcode/Reader/Deserialize.cpp index 99e9cdb152c..2014557a101 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; }