mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Fix two wording errors that Duncan spotted.
llvm-svn: 71459
This commit is contained in:
parent
25ab4c185c
commit
2060db5db5
@ -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