diff options
Diffstat (limited to 'llvm/lib/Analysis/ProfileInfo.cpp')
| -rw-r--r-- | llvm/lib/Analysis/ProfileInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ProfileInfo.cpp b/llvm/lib/Analysis/ProfileInfo.cpp index b8ab88b8f2e..c35d00ca059 100644 --- a/llvm/lib/Analysis/ProfileInfo.cpp +++ b/llvm/lib/Analysis/ProfileInfo.cpp @@ -89,7 +89,7 @@ namespace { X("no-profile", "No Profile Information"); // Declare that we implement the ProfileInfo interface - RegisterAnalysisGroup<ProfileInfo, NoProfileInfo, true> Y; + RegisterAnalysisGroup<ProfileInfo, true> Y(X); } // End of anonymous namespace ImmutablePass *llvm::createNoProfileInfoPass() { return new NoProfileInfo(); } |

