diff options
| author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-04-13 11:37:06 +0000 |
|---|---|---|
| committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-04-13 11:37:06 +0000 |
| commit | 372ffa15cb0d62f0acfc596545733417822dfc0e (patch) | |
| tree | c21e5a473c423bb472285486d06e7e9ef3867d50 /llvm/test/CodeGen | |
| parent | 8db3f7ede6e89a70fc4860d5821d5e115450e33b (diff) | |
| download | bcm5719-llvm-372ffa15cb0d62f0acfc596545733417822dfc0e.tar.gz bcm5719-llvm-372ffa15cb0d62f0acfc596545733417822dfc0e.zip | |
[NFC] fix trivial typos in comments
"the the" -> "the", "we we" -> "we", etc
llvm-svn: 330006
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/SPARC/vector-extract-elt.ll | 2 | ||||
| -rw-r--r-- | llvm/test/CodeGen/X86/pr29010.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/SPARC/vector-extract-elt.ll b/llvm/test/CodeGen/SPARC/vector-extract-elt.ll index 47f39d5b9fb..9a5ac6920c6 100644 --- a/llvm/test/CodeGen/SPARC/vector-extract-elt.ll +++ b/llvm/test/CodeGen/SPARC/vector-extract-elt.ll @@ -2,7 +2,7 @@ ; If computeKnownSignBits (in SelectionDAG) can do a simple -; look-thru for extractelement then we we know that the add will yield a +; look-thru for extractelement then we know that the add will yield a ; non-negative result. define i1 @test1(<4 x i16>* %in) { ; CHECK-LABEL: ! %bb.0: diff --git a/llvm/test/CodeGen/X86/pr29010.ll b/llvm/test/CodeGen/X86/pr29010.ll index a2d5ff69a35..070635ba449 100644 --- a/llvm/test/CodeGen/X86/pr29010.ll +++ b/llvm/test/CodeGen/X86/pr29010.ll @@ -1,6 +1,6 @@ ; RUN: llc < %s -mtriple=i386-linux -mattr=+avx | FileCheck %s -; In i386 there are only 8 XMMs (xmm0-xmm7), make sure we we are not creating illegal XMM +; In i386 there are only 8 XMMs (xmm0-xmm7), make sure we are not creating illegal XMM define float @only_xmm0_7(i32 %arg) { top: tail call void asm sideeffect "", "~{xmm0},~{xmm1},~{xmm2},~{xmm3},~{dirflag},~{fpsr},~{flags}"() |

