Remove overly strict new assert in BitcodeReader.
authorTeresa Johnson <tejohnson@google.com>
Mon, 21 Dec 2015 15:38:13 +0000 (15:38 +0000)
committerTeresa Johnson <tejohnson@google.com>
Mon, 21 Dec 2015 15:38:13 +0000 (15:38 +0000)
commit6cfd049a121d734fcf466dc2c2066f13c9caeb54
treef6e7da3f9d48004f38ac7dacca027c1050ca59f9
parent35733957dfcbcde0ba74357b7673165edae944f1
Remove overly strict new assert in BitcodeReader.

This fixes a bug introduced by the ThinLTO metadata linking patch
r255909. The assert is overly-strict and while useful in development of
the patch, doesn't seem interesting to keep.

Fixes PR25907.

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