Now with fewer extraneous semicolons!
[oota-llvm.git] / lib / Transforms / Scalar / GEPSplitter.cpp
index 53dd06d24bb5b01cb34e30fb0f70a0043fa06982..4ae9bb104d247beef0e7143ca3e59257a0468694 100644 (file)
@@ -33,7 +33,7 @@ namespace {
 
 char GEPSplitter::ID = 0;
 INITIALIZE_PASS(GEPSplitter, "split-geps",
-                "split complex GEPs into simple GEPs", false, false);
+                "split complex GEPs into simple GEPs", false, false)
 
 FunctionPass *llvm::createGEPSplitterPass() {
   return new GEPSplitter();