Hi Martin, while addressing Jakub's feedback can you also fix the typos below? (noticed because I needed to reuse those hunks in gomp-nvptx)
On Wed, 13 Jan 2016, Martin Jambor wrote: > +/* Return a target argument consisiting of DEVICE identifier, value > identifier > + ID, and the actual VALUE. */ "consisting" > +/* If VALUE is an integer constant greater than -2^15 and smaller than 2^15, > + push one argument to ARGS with bot the DEVICE, ID and VALUE embeded in it, > + otherwise push an iedntifier (with DEVICE and ID) and the VALUE in two > + arguments. */ "both", "embedded", "identifier" Thanks. Alexander