Add a clarifying comment.
authorCameron Zwarich <zwarich@apple.com>
Wed, 16 Mar 2011 00:13:35 +0000 (00:13 +0000)
committerCameron Zwarich <zwarich@apple.com>
Wed, 16 Mar 2011 00:13:35 +0000 (00:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127715 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/ScalarReplAggregates.cpp

index e1b79fb2dbd22367523afe5bb13050ea7e087209..d96f3ae8142d41aa901ff8e18c707fa699670904 100644 (file)
@@ -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;