Removing unused variable.

llvm-svn: 222676
This commit is contained in:
Colin LeMahieu 2014-11-24 18:55:32 +00:00
parent 4cadd4afa0
commit 287c4e1762
1 changed files with 0 additions and 1 deletions

View 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;