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)
commit3470295967f4a215d9e4692244de88bb3bd12faa
treeb58fa5a66974db8a3fe38ccbce81eb712535f3cd
parent4bb171c8da2faabfc97a53f6cb905b52b964ca8a
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.

llvm-svn: 256161
llvm/lib/Bitcode/Reader/BitcodeReader.cpp