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 | a0bada729ffaa1bfc80ef25935bdc5a67432708f (patch) | |
tree | e8c5648cd1182cd851367d3c5d579bff7632116f | |
parent | 607a7ab3da72a2eb53553a520507cbb8068dd1d8 (diff) |
fix comment noticed by Bob
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101437 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 952b589eee..27c954b241 100644 --- a/lib/Transforms/Scalar/ScalarReplAggregates.cpp +++ b/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; |