commit | bb481f882093fb738d2bb15610c79364bada5496 | [log] [tgz] |
---|---|---|
author | Jia Liu <proljc@gmail.com> | Tue Feb 28 07:46:26 2012 +0000 |
committer | Jia Liu <proljc@gmail.com> | Tue Feb 28 07:46:26 2012 +0000 |
tree | b7576c5dfdd780ee43fd00ca3fd5a76a608fa7bd | |
parent | ec52aaa12f57896fc806e849fa21a61603050ac4 [diff] [blame] |
remove blanks, and some code format git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151625 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Mips/MipsAnalyzeImmediate.h b/lib/Target/Mips/MipsAnalyzeImmediate.h index 4f0b3e5..24e6e5f 100644 --- a/lib/Target/Mips/MipsAnalyzeImmediate.h +++ b/lib/Target/Mips/MipsAnalyzeImmediate.h
@@ -51,7 +51,7 @@ void ReplaceADDiuSLLWithLUi(InstSeq &Seq); /// GetShortestSeq - Find the shortest instruction sequence in SeqLs and - /// return it in Insts. + /// return it in Insts. void GetShortestSeq(InstSeqLs &SeqLs, InstSeq &Insts); unsigned Size;