mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
rip out dead code.
llvm-svn: 106365
This commit is contained in:
parent
ed5a217085
commit
def4def8f9
@ -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