Remove incorrectly merged code fragment.

This commit is contained in:
Dimitry Andric 2017-01-03 18:09:16 +00:00
parent 5bf4713bde
commit 545866cd2e

View File

@ -88,9 +88,6 @@ unsigned AArch64InstrInfo::getInstSizeInBytes(const MachineInstr &MI) const {
// This gets lowered to an instruction sequence which takes 16 bytes
NumBytes = 16;
break;
case AArch64::TLSDESC_CALLSEQ:
// This gets lowered to an instruction sequence which takes 16 bytes
return 16;
}
return NumBytes;