Recover the ability to 'b CheckFailed' after r231577
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 14 Mar 2015 16:47:37 +0000 (16:47 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 14 Mar 2015 16:47:37 +0000 (16:47 +0000)
commitf141a5534e099091efc6511931288b228f0ae484
treecfc204bdcd7d8c0840baba0cbe29536afff0b776
parent5712ee147f935497902d4bdaba54dac51ce063be
Recover the ability to 'b CheckFailed' after r231577

Given that the stated purpose of `CheckFailed()` is to provide a nice
spot for a breakpoint, it'd be nice not to have to use a regex to break
on it.  Recover the ability to simply use `b CheckFailed` by
specializing the message-only version, and by changing the variadic
version to call into the message-only version.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232268 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/Lint.cpp
lib/IR/Verifier.cpp