mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +00:00
Add a clarifying comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127715 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
82bae7dafc
commit
d4c9c3e6b9
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user