OSDN Git Service

[ARM] Fix unused-variable warning in rL363039.
authorSimon Tatham <simon.tatham@arm.com>
Tue, 11 Jun 2019 10:09:12 +0000 (10:09 +0000)
committerSimon Tatham <simon.tatham@arm.com>
Tue, 11 Jun 2019 10:09:12 +0000 (10:09 +0000)
commit526fb72fd1147a1539b5f210ae5a0f80c5a1724c
tree04fdb44fa0aa25190981fa61a7e3c4ed60803106
parentdce5977901e1771a9da6d667a95a48c440dd23a2
[ARM] Fix unused-variable warning in rL363039.

The variable `OffsetMask` is currently only used in an assertion, so
if assertions are compiled out and -Werror is enabled, it becomes a
build failure.

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