OSDN Git Service

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)
commit77d0bd5a59afc5b2e3daef73bf14ace8e9c167b4
tree87a1a2415e5d17076a04138931ce15d7fac3a6ae
parent6f3ab0f846472b65a199a8363821bf04a2865dbe
Protect some assertions with NDEBUG rather than DEBUG().

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265092 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp