Revert r110396 to fix buildbots.
[oota-llvm.git] / include / llvm / Analysis / LazyValueInfo.h
index ac164c19c954f845bd2c4eecd2b12cbb4b3ea3e4..f59b2e353226d1795e83f17aaa176ece84c5016d 100644 (file)
@@ -31,7 +31,7 @@ class LazyValueInfo : public FunctionPass {
   void operator=(const LazyValueInfo&); // DO NOT IMPLEMENT.
 public:
   static char ID;
-  LazyValueInfo() : FunctionPass(ID), PImpl(0) {}
+  LazyValueInfo() : FunctionPass(&ID), PImpl(0) {}
   ~LazyValueInfo() { assert(PImpl == 0 && "releaseMemory not called"); }
 
   /// Tristate - This is used to return true/false/dunno results.