Reapply r110396, with fixes to appease the Linux buildbot gods.
[oota-llvm.git] / lib / Analysis / InstCount.cpp
index 6133b8827b38b28707fb529ee562cb008acb1dfe..dcbcac005a2fc1c1a0bdbc214cd1993ac082725d 100644 (file)
@@ -51,7 +51,7 @@ namespace {
     }
   public:
     static char ID; // Pass identification, replacement for typeid
-    InstCount() : FunctionPass(&ID) {}
+    InstCount() : FunctionPass(ID) {}
 
     virtual bool runOnFunction(Function &F);