diff options
-rw-r--r-- | llvm/lib/Analysis/ProfileVerifierPass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/ProfileVerifierPass.cpp b/llvm/lib/Analysis/ProfileVerifierPass.cpp index e0ef6cee4fe..0cb75a2a07d 100644 --- a/llvm/lib/Analysis/ProfileVerifierPass.cpp +++ b/llvm/lib/Analysis/ProfileVerifierPass.cpp @@ -167,6 +167,7 @@ double ProfileVerifierPass::ReadOrAssert(ProfileInfo::Edge E) { return 0; } else { assert(0 && Message); + return 0; } } else { return EdgeWeight; |