Protect some assertions with NDEBUG rather than DEBUG().
authorJustin Lebar <jlebar@google.com>
Fri, 1 Apr 2016 01:09:12 +0000 (01:09 +0000)
committerJustin Lebar <jlebar@google.com>
Fri, 1 Apr 2016 01:09:12 +0000 (01:09 +0000)
commitc814e8e4ab076343d02ab425697526c193e8b3bd
tree73d27d204db743252ecbd33222670768072c36c6
parent96418481bc5994e72b851e3779a8ff5cc2d2111e
Protect some assertions with NDEBUG rather than DEBUG().

DEBUG() only runs if you pass -debug, but these assertions are generally
useful.

llvm-svn: 265092
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp