]> granicus.if.org Git - llvm/commit
[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)
commitbbf9e4b7e7c6219c5aaa0446979e7ccec463bfaf
treeee9764c51d9cc92d1d3187dbbdc2d826ae2d3b63
parent71834a7d69e88a5b7082371eddcb05646310f547
[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.

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