Now with fewer extraneous semicolons!
[oota-llvm.git] / lib / Transforms / Scalar / ADCE.cpp
index ada086e9db766404980eca3732d9fb027cb95984..ac6fa8ea2e7f5646fba378631b9841e307fc519a 100644 (file)
@@ -45,7 +45,7 @@ namespace {
 }
 
 char ADCE::ID = 0;
-INITIALIZE_PASS(ADCE, "adce", "Aggressive Dead Code Elimination", false, false);
+INITIALIZE_PASS(ADCE, "adce", "Aggressive Dead Code Elimination", false, false)
 
 bool ADCE::runOnFunction(Function& F) {
   SmallPtrSet<Instruction*, 128> alive;