gallium: Drop unused BRA opcode.

Never generated, and implemented in only nvfx vertprog.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
Eric Anholt
2014-11-12 14:51:22 -08:00
parent ecfe9e2ad2
commit 00f7002c5c
12 changed files with 5 additions and 37 deletions

View File

@@ -868,15 +868,6 @@ This instruction replicates its result.
Considered for removal.
.. opcode:: BRA - Branch
pc = target
.. note::
Considered for removal.
.. opcode:: CALLNZ - Subroutine Call If Not Zero
TBD