diff options
author | Bob Wilson <bob.wilson@apple.com> | 2009-12-09 18:05:27 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2009-12-09 18:05:27 +0000 |
commit | efc58e793370597eb3e3100e284453c5eddc6099 (patch) | |
tree | 8e40107f5bfeea42d282c947da59117758213f00 | |
parent | 4d3a16f81b2a0f0211b58f2c1e5a28e2bbd432c7 (diff) |
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90975 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Transforms/Scalar/ScalarReplAggregates.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/ScalarReplAggregates.cpp b/lib/Transforms/Scalar/ScalarReplAggregates.cpp index e4ee46ef93..b040a2711b 100644 --- a/lib/Transforms/Scalar/ScalarReplAggregates.cpp +++ b/lib/Transforms/Scalar/ScalarReplAggregates.cpp @@ -1347,7 +1347,7 @@ static void MergeInType(const Type *In, uint64_t Offset, const Type *&VecTy, } /// CanConvertToScalar - V is a pointer. If we can convert the pointee and all -/// its accesses to use a to single vector type, return true, and set VecTy to +/// its accesses to a single vector type, return true and set VecTy to /// the new type. If we could convert the alloca into a single promotable /// integer, return true but set VecTy to VoidTy. Further, if the use is not a /// completely trivial use that mem2reg could promote, set IsNotTrivial. Offset |