diff options
author | Cameron Zwarich <zwarich@apple.com> | 2011-03-16 00:13:35 +0000 |
---|---|---|
committer | Cameron Zwarich <zwarich@apple.com> | 2011-03-16 00:13:35 +0000 |
commit | 63062ccf8566bf1533a45480e1cba0e46a8b96a5 (patch) | |
tree | 1bc666ce35ee8268b41772d14fef08bc9f8969ec /llvm/lib/Transforms | |
parent | 51e76763c7083c3d8622c6cd73acddbd633b327a (diff) | |
download | bcm5719-llvm-63062ccf8566bf1533a45480e1cba0e46a8b96a5.tar.gz bcm5719-llvm-63062ccf8566bf1533a45480e1cba0e46a8b96a5.zip |
Add a clarifying comment.
llvm-svn: 127715
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 e1b79fb2dbd..d96f3ae8142 100644 --- a/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp +++ b/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp @@ -219,7 +219,7 @@ namespace { /// optimization, which scans the uses of an alloca and determines if it can /// rewrite it in terms of a single new alloca that can be mem2reg'd. class ConvertToScalarInfo { - /// AllocaSize - The size of the alloca being considered. + /// AllocaSize - The size of the alloca being considered in bytes. unsigned AllocaSize; const TargetData &TD; |