]> granicus.if.org Git - llvm/commit
Remove unused variable.
authorDiego Novillo <dnovillo@google.com>
Sat, 31 Jan 2015 17:17:33 +0000 (17:17 +0000)
committerDiego Novillo <dnovillo@google.com>
Sat, 31 Jan 2015 17:17:33 +0000 (17:17 +0000)
commit96a563ccfa81f59e0a1fdc82220b588a58ff865f
tree0522e63f907541db2a9eeeac82237ca6acd46a09
parent2376747a12d181c026ea6d21bb4d530468ce4517
Remove unused variable.

Summary:
This variable is only used inside an assert. This breaks builds with
asserts disabled.

OK for trunk?

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D7314

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227691 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/Utils/X86ShuffleDecode.cpp