summaryrefslogtreecommitdiff
path: root/lib/Analysis/ProfileInfo.cpp
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2010-10-13 21:49:58 +0000
committerOwen Anderson <resistor@mac.com>2010-10-13 21:49:58 +0000
commit325e2643559fcec8b0396dfa16e415cc86a22a09 (patch)
tree71dfac12d39bf48c68a06fda5cf2b40429797bb2 /lib/Analysis/ProfileInfo.cpp
parenta7dbc1ead75c99c16fee398c2b85adedccebffc3 (diff)
downloadllvm-325e2643559fcec8b0396dfa16e415cc86a22a09.tar.gz
llvm-325e2643559fcec8b0396dfa16e415cc86a22a09.tar.bz2
llvm-325e2643559fcec8b0396dfa16e415cc86a22a09.tar.xz
Analysis groups need to initialize their default implementations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116441 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/ProfileInfo.cpp')
-rw-r--r--lib/Analysis/ProfileInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/ProfileInfo.cpp b/lib/Analysis/ProfileInfo.cpp
index 29d933e547..e8e774a763 100644
--- a/lib/Analysis/ProfileInfo.cpp
+++ b/lib/Analysis/ProfileInfo.cpp
@@ -29,7 +29,7 @@ namespace llvm {
}
// Register the ProfileInfo interface, providing a nice name to refer to.
-INITIALIZE_ANALYSIS_GROUP(ProfileInfo, "Profile Information")
+INITIALIZE_ANALYSIS_GROUP(ProfileInfo, "Profile Information", NoProfileInfo)
namespace llvm {