v3d: Fix the name of the "flpop" operation.

Noticed while trying to sort a new op into the appropriate place to match
the documentation.
This commit is contained in:
Eric Anholt
2018-07-20 12:43:37 -07:00
parent 91e24e5718
commit cdfa99657d
6 changed files with 7 additions and 6 deletions

View File

@@ -905,7 +905,7 @@ VIR_A_ALU1(NOT)
VIR_A_ALU1(NEG)
VIR_A_ALU1(FLAPUSH)
VIR_A_ALU1(FLBPUSH)
VIR_A_ALU1(FLBPOP)
VIR_A_ALU1(FLPOP)
VIR_A_ALU1(SETMSF)
VIR_A_ALU1(SETREVF)
VIR_A_ALU0(TIDX)