Prevent warnings on compilers for which its not clear that assert won't return.
authorAndreas Neustifter <astifter-llvm@gmx.at>
Fri, 4 Sep 2009 21:22:04 +0000 (21:22 +0000)
committerAndreas Neustifter <astifter-llvm@gmx.at>
Fri, 4 Sep 2009 21:22:04 +0000 (21:22 +0000)
commit31dcbc3b4a1dea7351af5e8c08285c91049ab2c3
tree4e9938d97affc3940e6bae86217307531ad20f40
parent4d44081c8c93ee3a39d448e9404970ab56171ee9
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
lib/Analysis/ProfileVerifierPass.cpp