[Tablegen][DAG]: Fix build breakage when LLVM_ENABLE_DAGISEL_COV=1
authorAditya Nandakumar <aditya_nandakumar@apple.com>
Mon, 4 Feb 2019 21:06:24 +0000 (21:06 +0000)
committerAditya Nandakumar <aditya_nandakumar@apple.com>
Mon, 4 Feb 2019 21:06:24 +0000 (21:06 +0000)
commit9b6b9a5791dbe79ce8e9e7336de5fa74ded13f1a
tree9651f22e9ac5adeb514579b2e9a50381e262f4b3
parent0ee6a933cec492b334f357b97402e97b612dd1ff
[Tablegen][DAG]: Fix build breakage when LLVM_ENABLE_DAGISEL_COV=1

LLVM_ENABLE_DAGISEL_COV can be used to instrument DAGISel tablegen
selection code to show which patterns along with Complex patterns were
used when selecting instructions. Unfortunately this is turned off by
default and was broken but never tested.
This required a simple fix (missing new line) to get it to build again.

llvm-svn: 353091
llvm/utils/TableGen/DAGISelMatcherEmitter.cpp