Make sure to register the 'no profile' implementation as the default for ProfileInfo

llvm-svn: 11309
This commit is contained in:
Chris Lattner 2004-02-11 04:47:54 +00:00
parent f8077b7801
commit c9900e2eb3

View File

@ -38,5 +38,5 @@ namespace {
X("no-profile", "No Profile Information");
// Declare that we implement the AliasAnalysis interface
RegisterAnalysisGroup<ProfileInfo, NoProfileInfo> Y;
RegisterAnalysisGroup<ProfileInfo, NoProfileInfo, true> Y;
} // End of anonymous namespace