mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-24 12:36:30 +00:00
Fix comment from previous patch
llvm-svn: 107717
This commit is contained in:
parent
a0b37e839c
commit
af8968696a
@ -502,7 +502,7 @@ void X86MCCodeEmitter::EmitVEXOpcodePrefix(uint64_t TSFlags, unsigned &CurByte,
|
||||
}
|
||||
|
||||
// If the last register should be encoded in the immediate field
|
||||
// ignored it here.
|
||||
// do not use any bit from VEX prefix to this register, ignore it
|
||||
if ((TSFlags >> 32) & X86II::VEX_I8IMM)
|
||||
NumOps--;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user