]> git.ipfire.org Git - thirdparty/gcc.git/commit
sparc: Treat instructions with length 0 as empty
authorDaniel Cederman <cederman@gaisler.com>
Tue, 5 Dec 2023 14:26:27 +0000 (15:26 +0100)
committerDaniel Hellstrom <daniel@gaisler.com>
Tue, 16 Jan 2024 11:57:01 +0000 (12:57 +0100)
commit2f89f02ee9a27a8e3fab1a2bca356450e56c7bae
tree9c824a50f11be6868546e2f103fb9f3cc594f984
parentb98ca776852fb9c7ab68a91099c40efaafaf9bf9
sparc: Treat instructions with length 0 as empty

This is to handle the membar_empty instruction that can be generated
when compiling for UT699.

gcc/ChangeLog:

* config/sparc/sparc.cc (next_active_non_empty_insn): Length 0 treated as empty
gcc/config/sparc/sparc.cc