s/PrintMethodPass/PrintFunctionPass
llvm-svn: 2182
This commit is contained in:
@@ -56,7 +56,7 @@ enum Opts {
|
||||
};
|
||||
|
||||
static Pass *createPrintMethodPass() {
|
||||
return new PrintMethodPass("Current Method: \n", &cerr);
|
||||
return new PrintFunctionPass("Current Method: \n", &cerr);
|
||||
}
|
||||
|
||||
// OptTable - Correlate enum Opts to Pass constructors...
|
||||
|
||||
Reference in New Issue
Block a user