Now with fewer extraneous semicolons!
[oota-llvm.git] / lib / Transforms / IPO / StripDeadPrototypes.cpp
index ee10ad0b8ba265196e516f23df5d4a59aeaddfc0..d44642f950d60ea35ceaaf70f465704ad4517514 100644 (file)
@@ -37,7 +37,7 @@ public:
 
 char StripDeadPrototypesPass::ID = 0;
 INITIALIZE_PASS(StripDeadPrototypesPass, "strip-dead-prototypes",
-                "Strip Unused Function Prototypes", false, false);
+                "Strip Unused Function Prototypes", false, false)
 
 bool StripDeadPrototypesPass::runOnModule(Module &M) {
   bool MadeChange = false;