diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/i386/memset-strategy-29.c')
-rw-r--r-- | gcc/testsuite/gcc.target/i386/memset-strategy-29.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.target/i386/memset-strategy-29.c b/gcc/testsuite/gcc.target/i386/memset-strategy-29.c index 61aef92..a33bf92 100644 --- a/gcc/testsuite/gcc.target/i386/memset-strategy-29.c +++ b/gcc/testsuite/gcc.target/i386/memset-strategy-29.c @@ -8,7 +8,11 @@ **... **.LFB[0-9]+: ** .cfi_startproc +** movq \$0, 49\(%rdi\) ** xorl %eax, %eax +** movq \$0, 57\(%rdi\) +** movq \$0, 65\(%rdi\) +** movq \$0, 73\(%rdi\) **.L[0-9]+: ** movl %eax, %edx ** addl \$32, %eax @@ -18,6 +22,7 @@ ** movq \$0, 24\(%rdi,%rdx\) ** cmpl \$64, %eax ** jb .L[0-9]+ +** ret **... */ |