Analysis groups need to initialize their default implementations.
[oota-llvm.git] / lib / Analysis / ProfileInfo.cpp
index 29d933e547ba3387caa825529f0e20873627c925..e8e774a76338c595636a0c2d20b3d3422720f993 100644 (file)
@@ -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 {