mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 00:36:36 +00:00
Make sure to register the 'no profile' implementation as the default for ProfileInfo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11309 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
40c5767b70
commit
b060194a70
@ -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