Reapply r110396, with fixes to appease the Linux buildbot gods.
[oota-llvm.git] / lib / Transforms / Scalar / JumpThreading.cpp
index c826d66813d71b4a89173f44597b1cfe592525ae..c2caf48b76169ab455aeb23c274d40340257ad35 100644 (file)
@@ -79,7 +79,7 @@ namespace {
 #endif
   public:
     static char ID; // Pass identification
-    JumpThreading() : FunctionPass(&ID) {}
+    JumpThreading() : FunctionPass(ID) {}
 
     bool runOnFunction(Function &F);