Prevent warnings on compilers for which its not clear that assert won't return.

llvm-svn: 81044
This commit is contained in:
Andreas Neustifter 2009-09-04 21:22:04 +00:00
parent 82f4d9b9fc
commit bba38af145

View File

@ -167,6 +167,7 @@ double ProfileVerifierPass::ReadOrAssert(ProfileInfo::Edge E) {
return 0;
} else {
assert(0 && Message);
return 0;
}
} else {
return EdgeWeight;