projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c500e6
)
Fix typo and correct comment somewhat.
author
Eric Christopher
<echristo@apple.com>
Wed, 7 Apr 2010 20:58:16 +0000
(20:58 +0000)
committer
Eric Christopher
<echristo@apple.com>
Wed, 7 Apr 2010 20:58:16 +0000
(20:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100691
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/ARMDecoderEmitter.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/ARMDecoderEmitter.cpp
b/utils/TableGen/ARMDecoderEmitter.cpp
index 230152195ed505f5293ed3787e775f9bdb68fe4f..b9dcd43cd2a64fd28bd49a1aa2efec41818af3b1 100644
(file)
--- a/
utils/TableGen/ARMDecoderEmitter.cpp
+++ b/
utils/TableGen/ARMDecoderEmitter.cpp
@@
-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;