Fix grammar.
authorCameron Zwarich <zwarich@apple.com>
Mon, 13 Jun 2011 23:39:23 +0000 (23:39 +0000)
committerCameron Zwarich <zwarich@apple.com>
Mon, 13 Jun 2011 23:39:23 +0000 (23:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132952 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/ScalarReplAggregates.cpp

index 43452e25369a5d1442530113efbd3d9c33f2648a..c0349a16f85a22af3f4159552e2060915cfe86fe 100644 (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