Move a few more convenience factory functions from Constant to LLVMContext.
[oota-llvm.git] / include / llvm / CallGraphSCCPass.h
index 26005059dee5aaa765d5ce1d5eb5cb8ea99992c2..d5ff17cf247c03f0e2914c3cac81cfc99cfcbfb7 100644 (file)
@@ -32,6 +32,7 @@ class PMStack;
 struct CallGraphSCCPass : public Pass {
 
   explicit CallGraphSCCPass(intptr_t pid) : Pass(pid) {}
+  explicit CallGraphSCCPass(void *pid) : Pass(pid) {}
 
   /// doInitialization - This method is called before the SCC's of the program
   /// has been processed, allowing the pass to do initialization as necessary.