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)
commit5e5d7840fbf292753232cef33b92c94fbee1d2e9
tree1d714eed5b08a572d9a663d0740314a3811020a3
parent30bf96bfe7963f0a45207bb73adc15d92187e0e6
Roll condition into an assert then wrap it 'ifndef NDEBUG' to protect from the inevitable "unused variable" warning in a non-asserts build.

llvm-svn: 230181
llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp