diff options
| author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-26 08:15:29 +0000 |
|---|---|---|
| committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-26 08:15:29 +0000 |
| commit | 0909ca132fcd836df843aa1ed1585bb0c15c5520 (patch) | |
| tree | ae17385953adb263665e8e7fbf50177b4b5a64b1 /llvm/test/CodeGen/PowerPC | |
| parent | 056d835fa4b6e9fba3e7c068ded83c3dce7975cb (diff) | |
| download | bcm5719-llvm-0909ca132fcd836df843aa1ed1585bb0c15c5520.tar.gz bcm5719-llvm-0909ca132fcd836df843aa1ed1585bb0c15c5520.zip | |
[NFC] fix trivial typos in comments and documents
"in in" -> "in", "on on" -> "on" etc.
llvm-svn: 323508
Diffstat (limited to 'llvm/test/CodeGen/PowerPC')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/ppc64-align-long-double.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppc64-align-long-double.ll b/llvm/test/CodeGen/PowerPC/ppc64-align-long-double.ll index ba56dbaa83d..1bf208db066 100644 --- a/llvm/test/CodeGen/PowerPC/ppc64-align-long-double.ll +++ b/llvm/test/CodeGen/PowerPC/ppc64-align-long-double.ll @@ -3,7 +3,7 @@ ; RUN: llc -verify-machineinstrs -mcpu=pwr9 -O2 -fast-isel=false -mattr=+vsx < %s | FileCheck -check-prefix=CHECK-P9 %s ; Verify internal alignment of long double in a struct. The double -; argument comes in in GPR3; GPR4 is skipped; GPRs 5 and 6 contain +; argument comes in GPR3; GPR4 is skipped; GPRs 5 and 6 contain ; the long double. Check that these are stored to proper locations ; in the parameter save area and loaded from there for return in FPR1/2. |

