Now with fewer extraneous semicolons!
[oota-llvm.git] / lib / Analysis / ProfileInfoLoaderPass.cpp
index d325b574e8482aa4eb728c42520b4ecde41a85a5..52a84c9fc56267e75daa8db484e9864506e468ed 100644 (file)
@@ -80,7 +80,7 @@ namespace {
 
 char LoaderPass::ID = 0;
 INITIALIZE_AG_PASS(LoaderPass, ProfileInfo, "profile-loader",
-              "Load profile information from llvmprof.out", false, true, false);
+              "Load profile information from llvmprof.out", false, true, false)
 
 char &llvm::ProfileLoaderPassID = LoaderPass::ID;