Removing unused variable.
authorColin LeMahieu <colinl@codeaurora.org>
Mon, 24 Nov 2014 18:55:32 +0000 (18:55 +0000)
committerColin LeMahieu <colinl@codeaurora.org>
Mon, 24 Nov 2014 18:55:32 +0000 (18:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222676 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Hexagon/HexagonInstrInfo.cpp

index 6ec21fd6b58a9864716fb8e9fd18a15251587a81..a44fd9328002ee980f5c1e9f9ed7169cc47dd25c 100644 (file)
@@ -1291,7 +1291,6 @@ isConditionalTransfer (const MachineInstr *MI) const {
 }
 
 bool HexagonInstrInfo::isConditionalALU32 (const MachineInstr* MI) const {
-  const HexagonRegisterInfo& QRI = getRegisterInfo();
   switch (MI->getOpcode())
   {
     default: return false;