mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 06:30:39 +00:00
rip out dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106365 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1cf44fc051
commit
617e595022
@ -199,12 +199,6 @@ void X86MCCodeEmitter::EmitSegmentOverridePrefix(const MCOperand &Op,
|
||||
if (Op.getReg() == 0)
|
||||
return;
|
||||
|
||||
#if 0
|
||||
// Otherwise, emit an address size prefix if we didn't already emit one.
|
||||
if (Is64BitMode && !(TSFlags & X86II::AdSize))
|
||||
EmitByte(0x67, CurByte, OS);
|
||||
#endif
|
||||
|
||||
// Check if we need an override.
|
||||
switch (Op.getReg()) {
|
||||
case X86::CS: EmitByte(0x2E, CurByte, OS); return;
|
||||
|
Loading…
Reference in New Issue
Block a user