mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-27 22:15:18 +00:00
Make sure to register the 'no profile' implementation as the default for ProfileInfo
llvm-svn: 11309
This commit is contained in:
parent
f8077b7801
commit
c9900e2eb3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user