Update comment.
[oota-llvm.git] / include / llvm / Pass.h
index a0cbca121d5e2ec1b727cb1c8feddd0de13098a5..888537daa425f858c3d41d051917841c94518c53 100644 (file)
@@ -177,7 +177,7 @@ public:
 
   // createPass - Create a object for the specified pass class,
   // or null if it is not known.
-  static Pass *createPass(char &TI);
+  static Pass *createPass(AnalysisID ID);
 
   /// getAnalysisIfAvailable<AnalysisType>() - Subclasses use this function to
   /// get analysis information that might be around, for example to update it.