Consistency.
[oota-llvm.git] / include / llvm / CallGraphSCCPass.h
index af5cb849a38afa3782ee434148a953f6c19d13e7..90894c280c6c9162df5a0f487c40b0705c33a8eb 100644 (file)
@@ -31,6 +31,8 @@ class PMStack;
 
 struct CallGraphSCCPass : public Pass {
 
+  CallGraphSCCPass(intptr_t 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.
   virtual bool doInitialization(CallGraph &CG) {