[llvm-branch-commits] [llvm-branch] r164497 - /llvm/branches/R600/utils/TableGen/AsmMatcherEmitter.cpp

Tom Stellard thomas.stellard at amd.com
Mon Sep 24 08:53:12 PDT 2012


Author: tstellar
Date: Mon Sep 24 10:51:32 2012
New Revision: 164497

URL: http://llvm.org/viewvc/llvm-project?rev=164497&view=rev
Log:
Whitespace.

Modified:
    llvm/branches/R600/utils/TableGen/AsmMatcherEmitter.cpp

Modified: llvm/branches/R600/utils/TableGen/AsmMatcherEmitter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/R600/utils/TableGen/AsmMatcherEmitter.cpp?rev=164497&r1=164496&r2=164497&view=diff
==============================================================================
--- llvm/branches/R600/utils/TableGen/AsmMatcherEmitter.cpp (original)
+++ llvm/branches/R600/utils/TableGen/AsmMatcherEmitter.cpp Mon Sep 24 10:51:32 2012
@@ -2617,8 +2617,8 @@
      << "unsigned Opcode,\n"
      << "                          const SmallVectorImpl<MCParsedAsmOperand*> "
      << "&Operands);\n";
-  OS << "  unsigned getMCInstOperandNumImpl(unsigned Kind, MCInst &Inst,\n     "
-     << "                              const "
+  OS << "  unsigned getMCInstOperandNumImpl(unsigned Kind, MCInst &Inst,\n"
+     << "                           const "
      << "SmallVectorImpl<MCParsedAsmOperand*> &Operands,\n                     "
      << "          unsigned OperandNum, unsigned &NumMCOperands);\n";
   OS << "  bool MnemonicIsValid(StringRef Mnemonic);\n";





More information about the llvm-branch-commits mailing list