diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-16 02:32:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-16 02:32:17 +0000 |
commit | bd2d9430d6cff0d16013cf98ef1a55b54837fdc8 (patch) | |
tree | 2ee3cab3dbe3c21712bf7a0bb8047e3cf0e8e4c5 /llvm/lib/Transforms | |
parent | 403e9694f9e284cb145bb6f40b1b7c9f70a125f1 (diff) | |
download | bcm5719-llvm-bd2d9430d6cff0d16013cf98ef1a55b54837fdc8.tar.gz bcm5719-llvm-bd2d9430d6cff0d16013cf98ef1a55b54837fdc8.zip |
fix comment noticed by Bob
llvm-svn: 101437
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r-- | llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp b/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp index 952b589eee0..27c954b2413 100644 --- a/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp +++ b/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp @@ -156,7 +156,7 @@ class ConvertToScalarInfo { unsigned AllocaSize; const TargetData &TD; - /// IsNotTrivial - This is set to true if there is somee access to the object + /// IsNotTrivial - This is set to true if there is some access to the object /// which means that mem2reg can't promote it. bool IsNotTrivial; |