Except in asm-verbose mode, avoid printing labels for blocks that are
authorDan Gohman <gohman@apple.com>
Mon, 30 Mar 2009 22:55:17 +0000 (22:55 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 30 Mar 2009 22:55:17 +0000 (22:55 +0000)
commit80c93e7442f89f4a0565258c56dca446e1574f9b
treecd69d75690264b462458cee101819ad0caaf4413
parentb23c232fc8a0777145480cf3ccc58f5b61e0c277
Except in asm-verbose mode, avoid printing labels for blocks that are
only reachable via fall-through edges. This dramatically reduces the
number of labels printed, and thus also the number of labels the
assembler must parse and remember.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68073 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineBasicBlock.h
lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp