1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Fix grammar.

llvm-svn: 132952
This commit is contained in:
Cameron Zwarich 2011-06-13 23:39:23 +00:00
parent eff8e5d153
commit 5b03baf002

View File

@ -233,13 +233,13 @@ class ConvertToScalarInfo {
enum {
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
// access using an actual vector type.
ImplicitVector,
// An access via vector operations and possibly GEPs that are consistent
// with the layout of the vector type.
// Accesses via vector operations and GEPs that are consistent with the
// layout of a vector type.
Vector,
// An integer bag-of-bits with bitwise operations for insertion and