Now with fewer extraneous semicolons!
[oota-llvm.git] / lib / Transforms / IPO / ConstantMerge.cpp
index 64e8d792dc3ad5caae9a67d94345f6877a993bfd..706c3eefd33e8743f2e8f487093229925177f004 100644 (file)
@@ -44,7 +44,7 @@ namespace {
 
 char ConstantMerge::ID = 0;
 INITIALIZE_PASS(ConstantMerge, "constmerge",
-                "Merge Duplicate Global Constants", false, false);
+                "Merge Duplicate Global Constants", false, false)
 
 ModulePass *llvm::createConstantMergePass() { return new ConstantMerge(); }