gpu-compute: mark functions with override if replacing virtual
authorBrandon Potter <brandon.potter@amd.com>
Mon, 27 Feb 2017 18:18:38 +0000 (13:18 -0500)
committerBrandon Potter <brandon.potter@amd.com>
Mon, 27 Feb 2017 18:18:38 +0000 (13:18 -0500)
commit833fb10ed48ea3bcd7dff5ae0768a119db415f4e
treec0d86a44ffd8488c3cf2199f0cbebf277db20fa4
parent8d2c3735d9ccb36341a31a86d82907b31edd52ef
gpu-compute: mark functions with override if replacing virtual

The clang compiler is more stringent than the recent versions of
GCC when dealing with overrides. This changeset adds the specifier
to the methods which need it to silence the compiler.
src/arch/hsail/insts/gpu_static_inst.hh
src/gpu-compute/gpu_static_inst.hh