Now with fewer extraneous semicolons!
[oota-llvm.git] / lib / CodeGen / MachineLICM.cpp
index 1a74b747e9f2a45e1d137649aa8d4ee12f0a4e54..32b7e00ce660ac50b6629189722c56601e171ddb 100644 (file)
@@ -190,7 +190,7 @@ namespace {
 
 char MachineLICM::ID = 0;
 INITIALIZE_PASS(MachineLICM, "machinelicm",
-                "Machine Loop Invariant Code Motion", false, false);
+                "Machine Loop Invariant Code Motion", false, false)
 
 FunctionPass *llvm::createMachineLICMPass(bool PreRegAlloc) {
   return new MachineLICM(PreRegAlloc);