Now with fewer extraneous semicolons!
[oota-llvm.git] / lib / CodeGen / MachineDominators.cpp
index 3c674789244a2dbe71ba3d4b66118e1a98d87fc4..b90607aae23854bc47cb638376581f6b75c7c121 100644 (file)
@@ -25,7 +25,7 @@ TEMPLATE_INSTANTIATION(class DominatorTreeBase<MachineBasicBlock>);
 char MachineDominatorTree::ID = 0;
 
 INITIALIZE_PASS(MachineDominatorTree, "machinedomtree",
-                "MachineDominator Tree Construction", true, true);
+                "MachineDominator Tree Construction", true, true)
 
 char &llvm::MachineDominatorsID = MachineDominatorTree::ID;