Skip to content
Snippets Groups Projects
Commit f995f567 authored by David Faust's avatar David Faust
Browse files

bpf: fix zero_extendqidi2 ldx template

Commit 77d0f9ec inadvertently changed
the normal asm dialect instruction template for zero_extendqidi2 from
ldxb to ldxh. Fix that.

gcc/

	* config/bpf/bpf.md (zero_extendqidi2): Correct asm template to
	use ldxb instead of ldxh.
parent 5459a907
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment