mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127728 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7a7215b563
commit
1bcdb6ffad
@ -238,9 +238,9 @@ class ConvertToScalarInfo {
|
||||
/// also declared as a vector, we do want to promote to a vector.
|
||||
bool HadAVector;
|
||||
|
||||
/// HadAVector - True if there is at least one access to the alloca that is
|
||||
/// not a MemTransferInst. We don't want to turn structs into large integers
|
||||
/// unless there is some potential for optimization.
|
||||
/// HadNonMemTransferAccess - True if there is at least one access to the
|
||||
/// alloca that is not a MemTransferInst. We don't want to turn structs into
|
||||
/// large integers unless there is some potential for optimization.
|
||||
bool HadNonMemTransferAccess;
|
||||
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user