[nvptx] Move macro defs to top of nvptx.c
authorTom de Vries <tdevries@suse.de>
Mon, 17 Dec 2018 21:27:19 +0000 (21:27 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Mon, 17 Dec 2018 21:27:19 +0000 (21:27 +0000)
commit693ad66b86dcadc9764a2ef4365902b153560dde
tree955f05f43e667a9228e56e37713ce49cb09ead21
parent5d17a4763a71cbf10d3d4bb93bed11f832a24683
[nvptx] Move macro defs to top of nvptx.c

Move macro definition to the top of the file, allowing them to be used
there-after.

Build and reg-tested on x86_64 with nvptx accelerator.

2018-12-17  Tom de Vries  <tdevries@suse.de>

* config/nvptx/nvptx.c (PTX_VECTOR_LENGTH, PTX_WORKER_LENGTH,
PTX_DEFAULT_RUNTIME_DIM): Move to the top of the file.

From-SVN: r267216
gcc/ChangeLog
gcc/config/nvptx/nvptx.c