From 6e39131e0152e33e6512a4a9f7e49815d74bcc7c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 8 Apr 2002 22:05:01 +0000 Subject: s/PrintMethodPass/PrintFunctionPass llvm-svn: 2182 --- llvm/tools/opt/opt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/tools/opt/opt.cpp') diff --git a/llvm/tools/opt/opt.cpp b/llvm/tools/opt/opt.cpp index 9b2a19a9321..ce60d9453e4 100644 --- a/llvm/tools/opt/opt.cpp +++ b/llvm/tools/opt/opt.cpp @@ -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... -- cgit v1.2.3