mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
This FIXME was fixed some time ago. =]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166175 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
63a1eb62e4
commit
02d5333eea
@ -132,9 +132,6 @@ public:
|
||||
///
|
||||
/// We flag partitions as splittable when they are formed entirely due to
|
||||
/// accesses by trivially splittable operations such as memset and memcpy.
|
||||
///
|
||||
/// FIXME: At some point we should consider loads and stores of FCAs to be
|
||||
/// splittable and eagerly split them into scalar values.
|
||||
bool IsSplittable;
|
||||
|
||||
/// \brief Test whether a partition has been marked as dead.
|
||||
|
Loading…
Reference in New Issue
Block a user