summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-12-09 18:05:27 +0000
committerBob Wilson <bob.wilson@apple.com>2009-12-09 18:05:27 +0000
commit1c5a6fb299c3148e30cfbc37b870ab5d2b8002c7 (patch)
tree3e28dfaabe74389e6716f2f80dff8e3c10d60ac8 /llvm/lib
parent538af0906df85b8af0e640cd4fb35b7f9070ee95 (diff)
downloadbcm5719-llvm-1c5a6fb299c3148e30cfbc37b870ab5d2b8002c7.tar.gz
bcm5719-llvm-1c5a6fb299c3148e30cfbc37b870ab5d2b8002c7.zip
Fix a comment.
llvm-svn: 90975
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp b/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp
index e4ee46ef934..b040a2711b4 100644
--- a/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud