diff options
| author | Ed Maste <emaste@freebsd.org> | 2015-04-14 20:52:58 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2015-04-14 20:52:58 +0000 |
| commit | 8ed40ce56d0f6360f56e785a229f9c03ed1d1889 (patch) | |
| tree | 2f6bc297551fefb807a85a807c93a8115a287161 /llvm/lib | |
| parent | 921b8e93bb3bb391ff91484c31b1f1893e18700a (diff) | |
| download | bcm5719-llvm-8ed40ce56d0f6360f56e785a229f9c03ed1d1889.tar.gz bcm5719-llvm-8ed40ce56d0f6360f56e785a229f9c03ed1d1889.zip | |
Correct 'teh' and other typos / repeated words.
Patch by Eitan Adler.
Differential Revision: http://reviews.llvm.org/D8514
llvm-svn: 234939
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/PowerPC/README_ALTIVEC.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/README_ALTIVEC.txt b/llvm/lib/Target/PowerPC/README_ALTIVEC.txt index 43d87d3aefe..1d5b0922a9f 100644 --- a/llvm/lib/Target/PowerPC/README_ALTIVEC.txt +++ b/llvm/lib/Target/PowerPC/README_ALTIVEC.txt @@ -277,7 +277,7 @@ This will generate the following instruction sequence: This will almost certainly cause a load-hit-store hazard. Since val is a value parameter, it should not need to be saved onto the stack, unless it's being done set up the vector register. Instead, -it would be better to splat teh value into a vector register, and then +it would be better to splat the value into a vector register, and then remove the (dead) stores to the stack. //===----------------------------------------------------------------------===// |

