Now with fewer extraneous semicolons!
[oota-llvm.git] / lib / Analysis / LoopInfo.cpp
index c928df3e72c062d3012ba12e1820442cde414b69..8398c95c727cef183af4a695b46736aecbe1d991 100644 (file)
@@ -38,7 +38,7 @@ VerifyLoopInfoX("verify-loop-info", cl::location(VerifyLoopInfo),
                 cl::desc("Verify loop info (time consuming)"));
 
 char LoopInfo::ID = 0;
-INITIALIZE_PASS(LoopInfo, "loops", "Natural Loop Information", true, true);
+INITIALIZE_PASS(LoopInfo, "loops", "Natural Loop Information", true, true)
 
 //===----------------------------------------------------------------------===//
 // Loop implementation