[SystemZ] Fix build break from r265689

Fix build error seen on some build bots due to:
error: default label in switch which covers all enumeration values



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265693 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ulrich Weigand 2016-04-07 16:33:25 +00:00
parent d39343242f
commit 78886ec7e2

View File

@ -1334,9 +1334,8 @@ unsigned SystemZInstrInfo::getCompareAndBranch(unsigned Opcode,
default:
return 0;
}
default:
return 0;
}
return 0;
}
void SystemZInstrInfo::loadImmediate(MachineBasicBlock &MBB,