Now with fewer extraneous semicolons!
[oota-llvm.git] / lib / Analysis / ProfileVerifierPass.cpp
index 3f01b2d592bc4205604d1d6402f3c66df5d2d6b3..41fdb276776da05c38d66cb636346b21540c6002 100644 (file)
@@ -367,7 +367,7 @@ namespace llvm {
 }
 
 INITIALIZE_PASS(ProfileVerifierPass, "profile-verifier",
-                "Verify profiling information", false, true);
+                "Verify profiling information", false, true)
 
 namespace llvm {
   FunctionPass *createProfileVerifierPass() {