Remove unnecessary semicolon.

llvm-svn: 214970
This commit is contained in:
Manuel Klimek 2014-08-06 14:21:59 +00:00
parent 78b1949950
commit 89df13e913
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ typedef std::pair<const CXXBindTemporaryExpr *, const StackFrameContext *>
// The StackFrameContext assures that nested calls due to inlined recursive
// functions do not interfere.
REGISTER_TRAIT_WITH_PROGRAMSTATE(InitializedTemporariesSet,
llvm::ImmutableSet<CXXBindTemporaryContext>);
llvm::ImmutableSet<CXXBindTemporaryContext>)
//===----------------------------------------------------------------------===//
// Engine construction and deletion.