mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
Fix grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132952 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f921c0fe34
commit
15cd80c16b
@ -233,13 +233,13 @@ class ConvertToScalarInfo {
|
|||||||
enum {
|
enum {
|
||||||
Unknown,
|
Unknown,
|
||||||
|
|
||||||
// An access via GEPs that is consistent with element access of a vector
|
// Accesses via GEPs that are consistent with element access of a vector
|
||||||
// type. This will not be converted into a vector unless there is a later
|
// type. This will not be converted into a vector unless there is a later
|
||||||
// access using an actual vector type.
|
// access using an actual vector type.
|
||||||
ImplicitVector,
|
ImplicitVector,
|
||||||
|
|
||||||
// An access via vector operations and possibly GEPs that are consistent
|
// Accesses via vector operations and GEPs that are consistent with the
|
||||||
// with the layout of the vector type.
|
// layout of a vector type.
|
||||||
Vector,
|
Vector,
|
||||||
|
|
||||||
// An integer bag-of-bits with bitwise operations for insertion and
|
// An integer bag-of-bits with bitwise operations for insertion and
|
||||||
|
Loading…
Reference in New Issue
Block a user