mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-12 14:20:33 +00:00
fix comment noticed by Bob
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101437 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
607a7ab3da
commit
a0bada729f
@ -156,7 +156,7 @@ class ConvertToScalarInfo {
|
|||||||
unsigned AllocaSize;
|
unsigned AllocaSize;
|
||||||
const TargetData &TD;
|
const TargetData &TD;
|
||||||
|
|
||||||
/// IsNotTrivial - This is set to true if there is somee access to the object
|
/// IsNotTrivial - This is set to true if there is some access to the object
|
||||||
/// which means that mem2reg can't promote it.
|
/// which means that mem2reg can't promote it.
|
||||||
bool IsNotTrivial;
|
bool IsNotTrivial;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user