Change:
authorRichard Trieu <rtrieu@google.com>
Wed, 21 Sep 2011 03:09:09 +0000 (03:09 +0000)
committerRichard Trieu <rtrieu@google.com>
Wed, 21 Sep 2011 03:09:09 +0000 (03:09 +0000)
commit23946fcaaefaf3c1a9d1ef86a3786f622c005f1a
treebd34e99804c9f71db55dcaa7e3cc05ff704268aa
parent2464810ac27af8dd8b11da7519b719c254854c19
Change:

  assert(!"error message");

To:

  assert(0 && "error message");

which is more consistant across the code base.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140234 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/ConstantRange.cpp
lib/Target/CppBackend/CPPBackend.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/VMCore/Constants.cpp
lib/VMCore/Instructions.cpp