Instead of littering asserts throughout the code after every call to
authorJay Foad <jay.foad@gmail.com>
Thu, 15 May 2014 12:12:55 +0000 (12:12 +0000)
committerJay Foad <jay.foad@gmail.com>
Thu, 15 May 2014 12:12:55 +0000 (12:12 +0000)
commitb7ba5c2e2e9d8d381ea759c6d5dd43eba631006d
treefd56a218e9e60b565077a73a119cd212486a4ad5
parent0a088b1fc5b98c303efdfe6103957b90c943b2e5
Instead of littering asserts throughout the code after every call to
computeKnownBits, consolidate them into one assert at the end of
computeKnownBits itself.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208876 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ValueTracking.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Target/Sparc/SparcISelLowering.cpp