Now with fewer extraneous semicolons!
[oota-llvm.git] / lib / Transforms / IPO / InlineAlways.cpp
index ecc60ad069325917b045542bba4ea9fe0613dcab..769abed6ce30ecc9e5b5eb08d68030efd0292ef1 100644 (file)
@@ -62,7 +62,7 @@ namespace {
 
 char AlwaysInliner::ID = 0;
 INITIALIZE_PASS(AlwaysInliner, "always-inline",
-                "Inliner for always_inline functions", false, false);
+                "Inliner for always_inline functions", false, false)
 
 Pass *llvm::createAlwaysInlinerPass() { return new AlwaysInliner(); }