URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [mips/] [call-2.c] - Rev 378
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