Move the space in overview output for commands out of each of the
authorDan Gohman <gohman@apple.com>
Mon, 8 Oct 2007 15:45:12 +0000 (15:45 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 8 Oct 2007 15:45:12 +0000 (15:45 +0000)
commit82a13c9c4811e40d0ff858c508cb54d672ee926e
tree5e317b509080108f497e3794814633fd853fd4a6
parent8e41ed7c4e8513487b8727554dbb3e4ad7400dd5
Move the space in overview output for commands out of each of the
commands and into the common code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42752 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
lib/Support/CommandLine.cpp
tools/bugpoint/bugpoint.cpp
tools/llc/llc.cpp
tools/lli/lli.cpp
tools/llvm-ar/llvm-ar.cpp
tools/llvm-as/llvm-as.cpp
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
tools/llvm-db/llvm-db.cpp
tools/llvm-dis/llvm-dis.cpp
tools/llvm-extract/llvm-extract.cpp
tools/llvm-ld/llvm-ld.cpp
tools/llvm-link/llvm-link.cpp
tools/llvm-nm/llvm-nm.cpp
tools/llvm-prof/llvm-prof.cpp
tools/llvm-ranlib/llvm-ranlib.cpp
tools/llvm-upgrade/llvm-upgrade.cpp
tools/llvm2cpp/llvm2cpp.cpp
tools/llvmc/llvmc.cpp
tools/opt/opt.cpp