diff options
author | Jia Liu <proljc@gmail.com> | 2012-02-28 07:46:26 +0000 |
---|---|---|
committer | Jia Liu <proljc@gmail.com> | 2012-02-28 07:46:26 +0000 |
commit | bb481f882093fb738d2bb15610c79364bada5496 (patch) | |
tree | b7576c5dfdd780ee43fd00ca3fd5a76a608fa7bd /lib/Target/Mips/MipsAnalyzeImmediate.cpp | |
parent | ec52aaa12f57896fc806e849fa21a61603050ac4 (diff) |
remove blanks, and some code format
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151625 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsAnalyzeImmediate.cpp')
-rw-r--r-- | lib/Target/Mips/MipsAnalyzeImmediate.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/Mips/MipsAnalyzeImmediate.cpp b/lib/Target/Mips/MipsAnalyzeImmediate.cpp index 44c7769b37..31b669a64b 100644 --- a/lib/Target/Mips/MipsAnalyzeImmediate.cpp +++ b/lib/Target/Mips/MipsAnalyzeImmediate.cpp @@ -77,7 +77,7 @@ void MipsAnalyzeImmediate::GetInstSeqLs(int64_t Imm, unsigned RemSize, } // Replace a ADDiu & SLL pair with a LUi. -// e.g. the following two instructions +// e.g. the following two instructions // ADDiu 0x0111 // SLL 18 // are replaced with @@ -149,5 +149,5 @@ const MipsAnalyzeImmediate::InstSeq // Set Insts to the shortest instruction sequence. GetShortestSeq(SeqLs, Insts); - return Insts; + return Insts; } |