mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-02 10:32:56 +00:00
Don't emit trailing semicolon.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92133 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
003a09c68d
commit
96a47829c8
@ -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…
x
Reference in New Issue
Block a user