URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [mips/] [call-2.c] - Rev 321
Go to most recent revision | Compare with Previous | Blame | View Log
/* See through some simple data-flow. */ /* { dg-options "-O2 -mrelax-pic-calls" } */ /* { dg-final { scan-assembler-times "\\.reloc\t1f,R_MIPS_JALR,g\n1:\tjalr\t" 3 } } */ NOMIPS16 f (int i) { while (i--) g (); } NOMIPS16 ff () { g (); g (); return 1; }
Go to most recent revision | Compare with Previous | Blame | View Log