diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
commit | da1ed73c4c94933c6e181a031058946831f15451 (patch) | |
tree | d28140e450337e05712a1ed2d54eb32211f80f7b /k9vamps/tcmemcpy.cpp | |
parent | d6bd5602800283c9be6bf8ca8adae91ef630edd7 (diff) | |
download | k9copy-da1ed73c4c94933c6e181a031058946831f15451.tar.gz k9copy-da1ed73c4c94933c6e181a031058946831f15451.zip |
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...]
tqinvalidate[...]
tqparent[...]
tqmask[...]
tqlayout[...]
tqalignment[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'k9vamps/tcmemcpy.cpp')
-rw-r--r-- | k9vamps/tcmemcpy.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/k9vamps/tcmemcpy.cpp b/k9vamps/tcmemcpy.cpp index c72cd73..ceb7c69 100644 --- a/k9vamps/tcmemcpy.cpp +++ b/k9vamps/tcmemcpy.cpp @@ -224,7 +224,7 @@ sse.memcpy_small: # Small block copy routine--no prefetch \n" jg 1b \n\ \n\ # Then copy--forward, which seems to be faster than reverse for \n\ - # certain tqalignments \n\ + # certain alignments \n\ xor %%eax, %%eax \n\ 2: movq (%%esi,%%eax,8), %%mm0 # Copy 8 bytes and loop \n\ movntq %%mm0, (%%edi,%%eax,8) \n\ @@ -320,7 +320,7 @@ sse.memcpy_end: \n\ jg 1b \n\ \n\ # Then copy--forward, which seems to be faster than reverse for \n\ - # certain tqalignments \n\ + # certain alignments \n\ xor %%eax, %%eax \n\ 2: " #movdq " (%%rsi,%%rax,8), %%xmm0 # Copy 16 bytes and loop \n\ movntdq %%xmm0, (%%rdi,%%rax,8) \n\ |