Disable constant pool for nvptx
authorTom de Vries <tom@codesourcery.com>
Sun, 11 Jun 2017 21:54:00 +0000 (21:54 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Sun, 11 Jun 2017 21:54:00 +0000 (21:54 +0000)
commite053f7109f6731117e3f21c4fb7251e4d40f58b9
treeefd1badf17cdbb891baa84eca3398274d6188ace
parent227b76c3b4ef63b1226f4e584dbdf42c9e56ff9f
Disable constant pool for nvptx

2017-06-11  Tom de Vries  <tom@codesourcery.com>

PR target/79939
* config/nvptx/nvptx.c (nvptx_cannot_force_const_mem): New function.
Return true.
(TARGET_CANNOT_FORCE_CONST_MEM): Redefine to
nvptx_cannot_force_const_mem.

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