* gcc.target/i386/pr34256.c: Update number of mov insns
for PIC targets.
From-SVN: r132593
+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
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 } } } } */