1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

indentation

llvm-svn: 107599
This commit is contained in:
Chris Lattner 2010-07-04 22:56:10 +00:00
parent 9604b825a4
commit 1e38d7d66d

View File

@ -655,8 +655,9 @@ static unsigned DetermineREXPrefix(const MCInst &MI, uint64_t TSFlags,
/// EmitOpcodePrefix - Emit all instruction prefixes prior to the opcode.
void X86MCCodeEmitter::EmitOpcodePrefix(uint64_t TSFlags, unsigned &CurByte,
const MCInst &MI, const TargetInstrDesc &Desc,
raw_ostream &OS) const {
const MCInst &MI,
const TargetInstrDesc &Desc,
raw_ostream &OS) const {
// Emit the lock opcode prefix as needed.
if (TSFlags & X86II::LOCK)