Fixed wrong storage option for ProfileVerifierDisableAssertions.
authorAndreas Neustifter <astifter-llvm@gmx.at>
Wed, 9 Sep 2009 13:01:03 +0000 (13:01 +0000)
committerAndreas Neustifter <astifter-llvm@gmx.at>
Wed, 9 Sep 2009 13:01:03 +0000 (13:01 +0000)
commit43b1b0e4ff5e74acafe104a6954222a0003b3ea1
tree21eaaf1b712444e09d07ce9213df764ee725116a
parent1f3b00272a4aa5a69bffb018bc449c84167b6bf8
Fixed wrong storage option for ProfileVerifierDisableAssertions.
Fixed non working -profile-verifier-noassert option.
Fixed missing newline in debugEntry().
Cleaned up assert messages. (assert(0 && Message) is still shown, but the message is printed before.)
When verifiying loaded profiles the ProfileVerifier got confused when block was a setjmp target, this is checked now.
When verifiying loaded profiles the ProfileVerifier got confused when block eventually reaching an exit(), this is checked now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81338 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ProfileVerifierPass.cpp