add support for caching pointer dependence queries. Nothing uses this yet
[oota-llvm.git] / lib / Analysis / ProfileInfo.cpp
index 047491baeeeb5ef729b6f148c92409fa4f8b1a5a..a0965b66da81526f61212d0a584d706a11915716 100644 (file)
@@ -85,7 +85,7 @@ namespace {
   struct VISIBILITY_HIDDEN NoProfileInfo 
     : public ImmutablePass, public ProfileInfo {
     static char ID; // Class identification, replacement for typeinfo
-    NoProfileInfo() : ImmutablePass((intptr_t)&ID) {}
+    NoProfileInfo() : ImmutablePass(&ID) {}
   };
 }  // End of anonymous namespace