From 2bbc90cca566278a9ed2af929bfec2d97712d340 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 23 Jan 2015 01:02:07 +0000 Subject: [PATCH] Reformat. llvm-svn: 226888 --- llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp b/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp index ade5e7b26a95..77f312ed53ee 100644 --- a/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp +++ b/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp @@ -1734,9 +1734,8 @@ MipsAsmParser::expandLoadAddressSym(MCInst &Inst, SMLoc IDLoc, } } -bool MipsAsmParser:: -expandUncondBranchMMPseudo(MCInst &Inst, SMLoc IDLoc, - SmallVectorImpl &Instructions) { +bool MipsAsmParser::expandUncondBranchMMPseudo( + MCInst &Inst, SMLoc IDLoc, SmallVectorImpl &Instructions) { assert(getInstDesc(Inst.getOpcode()).getNumOperands() == 1 && "unexpected number of operands");