mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-20 18:48:13 +00:00
Don't emit trailing semicolon.
llvm-svn: 92133
This commit is contained in:
parent
c6cdebbedd
commit
cb80704195
@ -2551,7 +2551,7 @@ void EmitEdgeClass (unsigned N, const std::string& Target,
|
||||
EmitCaseConstructHandler(Case, Indent2, IncDecWeight, false, OptDescs, O);
|
||||
|
||||
O.indent(Indent2) << "return ret;\n";
|
||||
O.indent(Indent1) << "};\n\n};\n\n";
|
||||
O.indent(Indent1) << "}\n\n};\n\n";
|
||||
}
|
||||
|
||||
/// EmitEdgeClasses - Emit Edge* classes that represent graph edges.
|
||||
|
Loading…
Reference in New Issue
Block a user