Protect some assertions with NDEBUG rather than DEBUG().
DEBUG() only runs if you pass -debug, but these assertions are generally useful. llvm-svn: 265092
Loading
Please register or sign in to comment
DEBUG() only runs if you pass -debug, but these assertions are generally useful. llvm-svn: 265092