[TableGen] Add an extra blank line to DAGISel output file to separate functions.

llvm-svn: 317298
This commit is contained in:
Craig Topper 2017-11-03 05:19:34 +00:00
parent 648f4cad52
commit 2fda36a18e
1 changed files with 1 additions and 1 deletions

View File

@ -974,7 +974,7 @@ void llvm::EmitMatcherTable(const Matcher *TheMatcher,
OS << " #undef TARGET_VAL\n";
OS << " SelectCodeCommon(N, MatcherTable,sizeof(MatcherTable));\n";
OS << "}\n";
OS << "}\n\n";
// Next up, emit the function for node and pattern predicates:
MatcherEmitter.EmitPredicateFunctions(OS);