mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-26 13:10:42 +00:00
Prevent warnings on compilers for which its not clear that assert won't return.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81044 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4d44081c8c
commit
31dcbc3b4a
@ -167,6 +167,7 @@ double ProfileVerifierPass::ReadOrAssert(ProfileInfo::Edge E) {
|
||||
return 0;
|
||||
} else {
|
||||
assert(0 && Message);
|
||||
return 0;
|
||||
}
|
||||
} else {
|
||||
return EdgeWeight;
|
||||
|
Loading…
Reference in New Issue
Block a user