summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/proc.py
diff options
context:
space:
mode:
authorJakub Kicinski <jakub.kicinski@netronome.com>2017-10-12 10:34:09 -0700
committerDavid S. Miller <davem@davemloft.net>2017-10-14 11:13:28 -0700
commit8283737065b2dab480cd10e00e6f8abbcb62b5b0 (patch)
tree907b0964d517b5b97c150fd83440fdfec8a5346d /scripts/gdb/linux/proc.py
parentbc8c80a8c978d24b2746dc7d9a8cef65ae82be3c (diff)
nfp: bpf: add missing return in jne_imm optimization
We optimize comparisons to immediate 0 as if (reg.lo | reg.hi). The early return statement was missing, however, which means we would generate two comparisons - optimized one followed by a normal 2x 32 bit compare. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Simon Horman <simon.horman@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions