GP-4287: Format. Revise. Certify.

This commit is contained in:
Dan 2024-02-05 10:15:25 -05:00
parent 43131199cf
commit e645d74a5f
10 changed files with 160 additions and 101 deletions

View file

@ -157,6 +157,7 @@ public class AssemblyPatternBlock implements Comparable<AssemblyPatternBlock> {
* Convert a block from a disjoint pattern into an assembly pattern block
*
* @param pat the pattern to convert
* @param minLen the minimum byte length of the block
* @param context true to select the context block, false to select the instruction block
* @return the converted pattern block
*/