mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
In 8244ff6739, I've introduced an
assertion that incorrectly used BasicBlock::empty(). Some basic blocks
may contain only pseudo instructions and thus BB->empty() will evaluate
to false, while the actual code size will be zero.