URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [opt12_pkg.adb] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
package body Opt12_Pkg is function Equal (L, R: Static_Integer_Subtype) return Boolean is begin return (L = R); end; end Opt12_Pkg;
Go to most recent revision | Compare with Previous | Blame | View Log