URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20031102-1.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR optimization/10817. Check that the following code doesn't cause any problems for GCC's if-conversion passes. */ int foo(int t) { int result = 0; if (t != 0) result = t; return result; }
Go to most recent revision | Compare with Previous | Blame | View Log