* gcc.target/i386/pr22076.c: Update number of mov insns
for PIC targets.
From-SVN: r132594
2008-02-24 Uros Bizjak <ubizjak@gmail.com>
- * gcc.target/i386/pr34256.c: Update number of mov insns
+ * gcc.target/i386/pr22076.c: Update number of mov insns
for PIC targets.
+ * gcc.target/i386/pr34256.c: Ditto.
2008-02-24 Diego Novillo <dnovillo@google.com>
}
/* { dg-final { scan-assembler-times "movq" 3 } } */
-/* { dg-final { scan-assembler-times "movl" 1 { target ilp32 } } } */
+/* { dg-final { scan-assembler-times "movl" 1 { target { ilp32 && nonpic } } } } */
+/* { dg-final { scan-assembler-times "movl" 2 { target { ilp32 && { ! nonpic } } } } } */