This patch adds statistics for other non-DWARF fragments emitted by
authorEli Bendersky <eliben@google.com>
Mon, 10 Dec 2012 18:59:39 +0000 (18:59 +0000)
committerEli Bendersky <eliben@google.com>
Mon, 10 Dec 2012 18:59:39 +0000 (18:59 +0000)
commitc01322ee90f59db8b21c5a5c4bb855a8f291ba5b
treebb49720b357ab00ffced33359ed2c78cb339c00c
parenta4396865d01f4bf544f22eefb14b87ca53ae8930
This patch adds statistics for other non-DWARF fragments emitted by
the assembler. This is useful in order to know how the numbers add up,
since in particular the Align fragments account for a non-trivial
portion of the emitted fragments (especially on -O0 which sets
relax-all).

llvm-svn: 169747
llvm/lib/MC/MCAssembler.cpp