Add two newlines in ParseSubtargetFeatures's debug output after the CPU is printed.
authorHal Finkel <hfinkel@anl.gov>
Tue, 12 Jun 2012 04:21:36 +0000 (04:21 +0000)
committerHal Finkel <hfinkel@anl.gov>
Tue, 12 Jun 2012 04:21:36 +0000 (04:21 +0000)
commit3f696e568bae8afa5986e7af48156c2bac041ba7
treef63ab9cf2e1d6a16e5d5e44294e619198db88086
parent4db738ae9862a2d00e2dca5b8fbf9d4dfa706142
Add two newlines in ParseSubtargetFeatures's debug output after the CPU is printed.

There is otherwise not a newline between the CPU name and the start of the next
pass's output which makes both difficult to read.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158350 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/SubtargetEmitter.cpp