Roll condition into an assert then wrap it 'ifndef NDEBUG' to protect from the inevit...
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 22 Feb 2015 20:58:38 +0000 (20:58 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 22 Feb 2015 20:58:38 +0000 (20:58 +0000)
commit5606ca9edd5a014f4e134d0c4d4f20aff4be9a28
tree23e6249a194160aba0a748566b319b6558f62eb1
parent8c253f7e88f638ac0108ca8ec34daf236737cd83
Roll condition into an assert then wrap it 'ifndef NDEBUG' to protect from the inevitable "unused variable" warning in a non-asserts build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230181 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp