Commit a6e6c533 by Uros Bizjak Committed by Uros Bizjak

pr34256.c: Update number of mov insns for PIC targets.

        * gcc.target/i386/pr34256.c: Update number of mov insns
        for PIC targets.

From-SVN: r132593
parent 44855d8c
2008-02-24 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/pr34256.c: Update number of mov insns
for PIC targets.
2008-02-24 Diego Novillo <dnovillo@google.com>
http://gcc.gnu.org/ml/gcc-patches/2008-02/msg01094.html
......@@ -11,4 +11,5 @@ unsigned long long foo(__m64 m) {
return _mm_cvtm64_si64(_mm_add_pi32(x, y));
}
/* { dg-final { scan-assembler-times "mov" 2 } } */
/* { dg-final { scan-assembler-times "mov" 2 { target nonpic } } } */
/* { dg-final { scan-assembler-times "mov" 4 { target { ! nonpic } } } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment