]> git.ipfire.org Git - thirdparty/gcc.git/commit
bpf: add pseudo-c asm dialect for "nop"
authorDavid Faust <david.faust@oracle.com>
Mon, 24 Jul 2023 18:40:57 +0000 (11:40 -0700)
committerDavid Faust <david.faust@oracle.com>
Mon, 24 Jul 2023 19:02:47 +0000 (12:02 -0700)
commitbe16bb885ef141dc497f6e7358ac82e9bed4f34d
tree51ce6f8aa707a2a6dda4d379ded7d85c33f76e32
parent2a3556376c69a1fb588dcf25225950575e42784f
bpf: add pseudo-c asm dialect for "nop"

The define_insn "nop" was missing a template for the pseudo-c dialect,
so the normal syntax was unconditionally emitted.

gcc/

* config/bpf/bpf.md (nop): Add pseudo-c asm dialect template.
gcc/config/bpf/bpf.md