Now with fewer extraneous semicolons!
[oota-llvm.git] / lib / Transforms / Scalar / DeadStoreElimination.cpp
index c8fd9d9fa5561b487f0b0f95cd9c7f4f5f539e25..4ac81f4a5a18a9db7f64d6111317a1b906fbe16e 100644 (file)
@@ -82,7 +82,7 @@ namespace {
 }
 
 char DSE::ID = 0;
-INITIALIZE_PASS(DSE, "dse", "Dead Store Elimination", false, false);
+INITIALIZE_PASS(DSE, "dse", "Dead Store Elimination", false, false)
 
 FunctionPass *llvm::createDeadStoreEliminationPass() { return new DSE(); }