Commit 98d778a6 by Uros Bizjak Committed by Uros Bizjak

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

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

From-SVN: r132594
parent a6e6c533
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>
......@@ -15,4 +15,5 @@ __v8qi test ()
}
/* { 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 } } } } } */
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