Remove a redundant assert.

llvm-svn: 82907
This commit is contained in:
Dan Gohman 2009-09-27 17:48:37 +00:00
parent c3273dca48
commit 2115154d44
1 changed files with 0 additions and 1 deletions

View File

@ -378,7 +378,6 @@ public:
void verifyLoop() const {
#ifndef NDEBUG
assert(!Blocks.empty() && "Loop header is missing");
assert(getHeader() && "Loop header is missing");
// Sort the blocks vector so that we can use binary search to do quick
// lookups.