Revert accidental change to file

llvm-svn: 365593
This commit is contained in:
Aaron Smith 2019-07-10 03:41:34 +00:00
parent 053eb35651
commit 6858f337a8
1 changed files with 0 additions and 3 deletions

View File

@ -180,9 +180,6 @@ unsigned ELFHeader::GetRelocationJumpSlotType() const {
default:
assert(false && "architecture not supported");
break;
case EM_CASCADE:
slot = R_CASCADE_JUMP_SLOT;
break;
case EM_PPC:
slot = R_PPC_JMP_SLOT;
break;