Add a clarifying comment.

llvm-svn: 127715
This commit is contained in:
Cameron Zwarich 2011-03-16 00:13:35 +00:00
parent 51e76763c7
commit 63062ccf85
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ namespace {
/// optimization, which scans the uses of an alloca and determines if it can /// 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. /// rewrite it in terms of a single new alloca that can be mem2reg'd.
class ConvertToScalarInfo { class ConvertToScalarInfo {
/// AllocaSize - The size of the alloca being considered. /// AllocaSize - The size of the alloca being considered in bytes.
unsigned AllocaSize; unsigned AllocaSize;
const TargetData &TD; const TargetData &TD;