From eded4916d6679a8c42e5f16d022afe0252c2df8e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 26 Feb 2002 20:04:59 +0000 Subject: Move ProfilePaths class into ProfilePaths library, only expose a creation function git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1812 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/opt/opt.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp index 34eff8f2ff..2b2447b155 100644 --- a/tools/opt/opt.cpp +++ b/tools/opt/opt.cpp @@ -100,9 +100,11 @@ struct { { trace , New }, { tracem , New }, - { paths , New }, + { paths , createProfilePathsPass }, + { print , NewPrintMethodPass }, { verify , createVerifierPass }, + { raiseallocs, New }, { cleangcc , New }, { globaldce , New }, -- cgit v1.2.3