mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix typo and correct comment somewhat.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100691 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3c500e6947
commit
72666f2be9
@ -599,7 +599,7 @@ void Filter::recurse() {
|
||||
bit_value_t *BitVals = Owner->FilterBitValues;
|
||||
for (unsigned i = 0; i < BIT_WIDTH; ++i)
|
||||
BitValueArray[i] = BitVals[i];
|
||||
// FIXME: memcpy() is optmized out with self-hosting llvm-gcc (-O1 and -O2).
|
||||
// FIXME: memcpy() is misoptimized with self-hosting llvm-gcc (-O1 and -O2).
|
||||
//memcpy(BitValueArray, Owner->FilterBitValues, sizeof(BitValueArray));
|
||||
|
||||
unsigned bitIndex;
|
||||
|
Loading…
Reference in New Issue
Block a user