OSDN Git Service

Properly fix unused variable in disable-assert builds.
authorDiego Novillo <dnovillo@google.com>
Wed, 11 Nov 2015 16:39:22 +0000 (16:39 +0000)
committerDiego Novillo <dnovillo@google.com>
Wed, 11 Nov 2015 16:39:22 +0000 (16:39 +0000)
commitf2d61b3209c564f2ad588908bb4c0ef37929df77
tree029a687d65991aaba42358cb589cc18411a1e761
parent1b5e5350e1ff97bae27f204c2009992551d469aa
Properly fix unused variable in disable-assert builds.

I missed the side-effects of ParseBFI in my previous attempt (r252748).
Thanks dblaikie for the suggestion of adding a void use of the unused
variable instead.

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