intel/tools: Do not print type/qualifiers/name for c_literal

External tools may wish to choose their own type, qualifiers, and name,
so do not emit our own.

Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3952>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3952>
This commit is contained in:
Matt Turner 2020-02-25 13:15:29 -08:00 committed by Marge Bot
parent 5feea40889
commit cb166aea24

View file

@ -239,7 +239,7 @@ int main(int argc, char **argv)
}
if (output_type == OPT_OUTPUT_C_LITERAL)
fprintf(output, "static const char gen_eu_bytes[] = {\n");
fprintf(output, "{\n");
brw_validate_instructions(p->devinfo, p->store, 0,
p->next_insn_offset, disasm_info);