diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-01-23 01:02:07 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-01-23 01:02:07 +0000 |
commit | 2bbc90cca566278a9ed2af929bfec2d97712d340 (patch) | |
tree | b27256e9260361f47468e97fb81fb8b7784f1aab /llvm/lib | |
parent | f6eee4ad679a5bb03045f1f275b43cc63f802ffe (diff) | |
download | bcm5719-llvm-2bbc90cca566278a9ed2af929bfec2d97712d340.tar.gz bcm5719-llvm-2bbc90cca566278a9ed2af929bfec2d97712d340.zip |
Reformat.
llvm-svn: 226888
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp b/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp index ade5e7b26a9..77f312ed53e 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<MCInst> &Instructions) { +bool MipsAsmParser::expandUncondBranchMMPseudo( + MCInst &Inst, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions) { assert(getInstDesc(Inst.getOpcode()).getNumOperands() == 1 && "unexpected number of operands"); |