Now with fewer extraneous semicolons!
[oota-llvm.git] / lib / Transforms / Scalar / BasicBlockPlacement.cpp
index b144678c6a0eda03a7b9324329787f1e5f043ace..69d1a7e15d0f189cc502627aba947978bb31c035 100644 (file)
@@ -75,7 +75,7 @@ namespace {
 
 char BlockPlacement::ID = 0;
 INITIALIZE_PASS(BlockPlacement, "block-placement",
-                "Profile Guided Basic Block Placement", false, false);
+                "Profile Guided Basic Block Placement", false, false)
 
 FunctionPass *llvm::createBlockPlacementPass() { return new BlockPlacement(); }