Don't emit trailing semicolon.

llvm-svn: 92133
This commit is contained in:
Daniel Dunbar 2009-12-24 17:49:28 +00:00
parent 4cd5d53ebf
commit 54ed390727
1 changed files with 1 additions and 1 deletions

View File

@ -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.