ARM: make -Asserts,-Werror=unused-variable build happy
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 25 Sep 2015 05:41:02 +0000 (05:41 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 25 Sep 2015 05:41:02 +0000 (05:41 +0000)
commit054da58c5398a721d4dab7af63d7de8d7a1e1a1c
tree41b5e6c7f896030edd66b71aa8c3aa9b8a754827
parent64ed61ca6b86b020907d0f3487d18b7b1535eda1
ARM: make -Asserts,-Werror=unused-variable build happy

The value was only used in an assertion.  Sink the variable usage into the
assertion.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248562 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp