commit | fe5c8d08fff9d4358dce264b11ea93741c2d75a1 | [log] [tgz] |
---|---|---|
author | Zhongxing Xu <xuzhongxing@gmail.com> | Tue Dec 23 05:30:44 2008 +0000 |
committer | Zhongxing Xu <xuzhongxing@gmail.com> | Tue Dec 23 05:30:44 2008 +0000 |
tree | a411d35431bbb2fd650800a30819fb5e00b8c436 | |
parent | 2fe269def29c2ad21f2906f0a1baaffeaf20f900 [diff] [blame] |
Remove dead code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61368 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Bitcode/Reader/Deserialize.cpp b/lib/Bitcode/Reader/Deserialize.cpp index 2014557..99e9cdb 100644 --- a/lib/Bitcode/Reader/Deserialize.cpp +++ b/lib/Bitcode/Reader/Deserialize.cpp
@@ -85,7 +85,7 @@ case bitc::END_BLOCK: { bool x = Stream.ReadBlockEnd(); - assert(!x && "Error at block end."); x=x; + assert(!x && "Error at block end."); BlockStack.pop_back(); continue; }