From 4f4c28f75f74fe557efb63feaf5f4f8bf639dcd5 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Thu, 20 Mar 2008 02:25:21 +0000 Subject: Restore isCFGOnly property of various analysis passes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48579 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/ProfileInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Analysis/ProfileInfo.cpp') diff --git a/lib/Analysis/ProfileInfo.cpp b/lib/Analysis/ProfileInfo.cpp index e5b557ec88..2ee398d1aa 100644 --- a/lib/Analysis/ProfileInfo.cpp +++ b/lib/Analysis/ProfileInfo.cpp @@ -93,7 +93,7 @@ namespace { char NoProfileInfo::ID = 0; // Register this pass... RegisterPass - X("no-profile", "No Profile Information", true, true); + X("no-profile", "No Profile Information", false, true); // Declare that we implement the ProfileInfo interface RegisterAnalysisGroup Y(X); -- cgit v1.2.3