Avoid emitting a useless comment for a basic block with no uses (which
authorChris Lattner <sabre@nondot.org>
Tue, 14 May 2002 16:02:05 +0000 (16:02 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 14 May 2002 16:02:05 +0000 (16:02 +0000)
commitafc38686b426645ad10562c7eddfd6785663f1bb
treeb5bbb28adfc9941cf4167068abe51f2ab20dbddd
parentb3bc8fa75508ae996dbc71283186502f2c43f47c
Avoid emitting a useless comment for a basic block with no uses (which
often happens for the entry basic block of a function)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2624 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/AsmWriter.cpp