From: Chad Rosier Date: Thu, 11 Oct 2012 22:26:44 +0000 (+0000) Subject: Remove extra semicolon. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=aa79721fceb3310db5c6aa98f212b690652a8ab4;p=oota-llvm.git Remove extra semicolon. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165758 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/DependenceAnalysis.h b/include/llvm/Analysis/DependenceAnalysis.h index 0abf6d86da8..9b6a6bbd3ed 100644 --- a/include/llvm/Analysis/DependenceAnalysis.h +++ b/include/llvm/Analysis/DependenceAnalysis.h @@ -874,7 +874,7 @@ namespace llvm { static char ID; // Class identification, replacement for typeinfo DependenceAnalysis() : FunctionPass(ID) { initializeDependenceAnalysisPass(*PassRegistry::getPassRegistry()); - }; + } bool runOnFunction(Function &F); void releaseMemory();