Reformat.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 23 Jan 2015 01:02:07 +0000 (01:02 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 23 Jan 2015 01:02:07 +0000 (01:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226888 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/AsmParser/MipsAsmParser.cpp

index ade5e7b26a95f3658a8326c0c878a6ea14669f94..77f312ed53ee8d531fe9249d007b351887c9a234 100644 (file)
@@ -1734,9 +1734,8 @@ MipsAsmParser::expandLoadAddressSym(MCInst &Inst, SMLoc IDLoc,
   }
 }
 
-bool MipsAsmParser::
-expandUncondBranchMMPseudo(MCInst &Inst, SMLoc IDLoc,
-                           SmallVectorImpl<MCInst> &Instructions) {
+bool MipsAsmParser::expandUncondBranchMMPseudo(
+    MCInst &Inst, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions) {
   assert(getInstDesc(Inst.getOpcode()).getNumOperands() == 1 &&
          "unexpected number of operands");