mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Fix two wording errors that Duncan spotted.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71459 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a96f119803
commit
1f3be1a1fe
@ -125,7 +125,7 @@ specific vector types are target dependent.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
We should and produce and unaligned load from code like this:
|
||||
We should produce an unaligned load from code like this:
|
||||
|
||||
v4sf example(float *P) {
|
||||
return (v4sf){P[0], P[1], P[2], P[3] };
|
||||
|
Loading…
Reference in New Issue
Block a user