Now with fewer extraneous semicolons!
llvm-svn: 115996
diff --git a/llvm/lib/Transforms/Scalar/JumpThreading.cpp b/llvm/lib/Transforms/Scalar/JumpThreading.cpp
index 43460be..df2b9bd 100644
--- a/llvm/lib/Transforms/Scalar/JumpThreading.cpp
+++ b/llvm/lib/Transforms/Scalar/JumpThreading.cpp
@@ -122,7 +122,7 @@
char JumpThreading::ID = 0;
INITIALIZE_PASS(JumpThreading, "jump-threading",
- "Jump Threading", false, false);
+ "Jump Threading", false, false)
// Public interface to the Jump Threading pass
FunctionPass *llvm::createJumpThreadingPass() { return new JumpThreading(); }