freedreno/ir3/a6xx: fix load_ssbo barrier type.
authorRob Clark <robdclark@gmail.com>
Tue, 19 Feb 2019 19:44:10 +0000 (14:44 -0500)
committerRob Clark <robdclark@gmail.com>
Wed, 20 Feb 2019 23:50:08 +0000 (18:50 -0500)
commitcadf6def0cc9770c6d0d9e0e15db6e14d3763684
treecbcad27a7c956609e9d023fd69958f605c4a2aee
parent0df0fc28a5950e94008b8558a09226a45cc71d2a
freedreno/ir3/a6xx: fix load_ssbo barrier type.

Silly copy/pasta bug, since load_image is actually the same instruction
but different barrier class.

Signed-off-by: Rob Clark <robdclark@gmail.com>
src/freedreno/ir3/ir3_a6xx.c