mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-05 13:09:10 +00:00
Remove unreachable code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81126 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5149852975
commit
33ef807145
@ -127,9 +127,6 @@ MCSymbol *X86ATTAsmPrinter::GetJumpTableSymbol(const MachineOperand &MO) {
|
||||
case X86II::MO_DARWIN_NONLAZY_PIC_BASE:
|
||||
case X86II::MO_DARWIN_HIDDEN_NONLAZY_PIC_BASE:
|
||||
break;
|
||||
// Subtract the pic base.
|
||||
GetPICBaseSymbol();
|
||||
break;
|
||||
}
|
||||
|
||||
// Create a symbol for the name.
|
||||
|
Loading…
Reference in New Issue
Block a user