indentation
authorChris Lattner <sabre@nondot.org>
Sun, 4 Jul 2010 22:56:10 +0000 (22:56 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 4 Jul 2010 22:56:10 +0000 (22:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107599 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86MCCodeEmitter.cpp

index f60e73968dc01f008a6fcc9b7b72a2f965a0439a..930311b43b2d837b0154ecb0db3510ffbabac061 100644 (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)