diff --git a/src/freedreno/ir3/tests/disasm.c b/src/freedreno/ir3/tests/disasm.c index 6899471b448..7e3d1df2a40 100644 --- a/src/freedreno/ir3/tests/disasm.c +++ b/src/freedreno/ir3/tests/disasm.c @@ -22,6 +22,15 @@ * IN THE SOFTWARE. */ +/* Unit test for disassembly of instructions. + * + * The goal is to take instructions we've seen the blob produce, and test that + * we can disassemble them correctly. For the next person investigating the + * behavior of this instruction, please include the testcase it was generated + * from, and the qcom disassembly as a comment if it differs from what we + * produce. + */ + #include #include #include