[llvm] r226888 - Reformat.
NAKAMURA Takumi
geek4civic at gmail.com
Thu Jan 22 17:02:08 PST 2015
Author: chapuni
Date: Thu Jan 22 19:02:07 2015
New Revision: 226888
URL: http://llvm.org/viewvc/llvm-project?rev=226888&view=rev
Log:
Reformat.
Modified:
llvm/trunk/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
Modified: llvm/trunk/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/AsmParser/MipsAsmParser.cpp?rev=226888&r1=226887&r2=226888&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/AsmParser/MipsAsmParser.cpp (original)
+++ llvm/trunk/lib/Target/Mips/AsmParser/MipsAsmParser.cpp Thu Jan 22 19:02:07 2015
@@ -1734,9 +1734,8 @@ MipsAsmParser::expandLoadAddressSym(MCIn
}
}
-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");
More information about the llvm-commits
mailing list