forked from OSchip/llvm-project
[TableGen] Add an extra blank line to DAGISel output file to separate functions.
llvm-svn: 317298
This commit is contained in:
parent
648f4cad52
commit
2fda36a18e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue