diff options
| author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-24 05:04:35 +0000 |
|---|---|---|
| committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-24 05:04:35 +0000 |
| commit | 501931b117981d4ae8ba6cb1edbd1780b3208b92 (patch) | |
| tree | 15f382d7497201668ebc56d099968add4ec7bb7f /llvm/test/CodeGen/Mips | |
| parent | 0321ebc054c79d530f9f8626c2edf1bb317085c0 (diff) | |
| download | bcm5719-llvm-501931b117981d4ae8ba6cb1edbd1780b3208b92.tar.gz bcm5719-llvm-501931b117981d4ae8ba6cb1edbd1780b3208b92.zip | |
[NFC] fix trivial typos in comments
"the the" -> "the"
llvm-svn: 323302
Diffstat (limited to 'llvm/test/CodeGen/Mips')
| -rw-r--r-- | llvm/test/CodeGen/Mips/cconv/callee-saved-float.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/cconv/callee-saved-float.ll b/llvm/test/CodeGen/Mips/cconv/callee-saved-float.ll index 30a5727f344..3da485c6c0c 100644 --- a/llvm/test/CodeGen/Mips/cconv/callee-saved-float.ll +++ b/llvm/test/CodeGen/Mips/cconv/callee-saved-float.ll @@ -20,7 +20,7 @@ ; RUN: llc -march=mips -mcpu=mips32r6 -mattr=micromips -filetype=obj < %s -o - | llvm-objdump -no-show-raw-insn -arch mips -mcpu=mips32r6 -mattr=micromips -d - | FileCheck --check-prefix=MM32R6 %s -; Test the the callee-saved registers are callee-saved as specified by section +; Test the callee-saved registers are callee-saved as specified by section ; 2 of the MIPSpro N32 Handbook and section 3 of the SYSV ABI spec. define void @fpu_clobber() nounwind { |

