This increases the maximum for MVT::LAST_VALUETYPE
[oota-llvm.git] / include / llvm / CallGraphSCCPass.h
index 90894c280c6c9162df5a0f487c40b0705c33a8eb..d5ff17cf247c03f0e2914c3cac81cfc99cfcbfb7 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by the LLVM research group and is distributed under
-// the University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -31,7 +31,8 @@ class PMStack;
 
 struct CallGraphSCCPass : public Pass {
 
-  CallGraphSCCPass(intptr_t pid) : Pass(pid) {}
+  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.