URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20000922-1.c] - Rev 301
Go to most recent revision | Compare with Previous | Blame | View Log
extern void doit(int); void quick_doit(int x) { #ifdef __OPTIMIZE__ if (__builtin_constant_p (x) && x != 0) asm volatile ("%0" : : "i#*X"(x)); else #endif doit(x); }
Go to most recent revision | Compare with Previous | Blame | View Log