Sink an otherwise unused variable's initializer into the asserts that
authorChandler Carruth <chandlerc@gmail.com>
Mon, 24 Oct 2011 16:51:55 +0000 (16:51 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 24 Oct 2011 16:51:55 +0000 (16:51 +0000)
commite4617c04c863b2fb342d08408d45ba3bf50b97a0
treeda20373340c07ca7b034e4f0da039d2e2632aadf
parent13b10731abfc006fce790c5c8205cd24c7d67de8
Sink an otherwise unused variable's initializer into the asserts that
used it. Fixes an unused variable warning from GCC on release builds.

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