mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-04 08:37:45 +00:00
[TableGen] Add an extra blank line to DAGISel output file to separate functions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317298 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
931b302025
commit
06d5ebdc63
@ -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…
x
Reference in New Issue
Block a user