| 845 | streamFunctionHeader.Add(label); |
| 846 | } |
| 847 | void OpLabel_AtFunctionBody(const int label) |
| 848 | { |
| 849 | sbTextFunctionBody << LR"(%)" << label << LR"( = OpLabel)" << EndLine; |
| 850 | |
| 851 | streamFunctionBody.Add(248 + (2 << 16)); |
| 852 | streamFunctionBody.Add(label); |
| 853 | } |
| 854 | void OpBranch(const int ID) |
| 855 | { |
| 856 | sbTextFunctionBody << LR"(OpBranch %)" << ID << EndLine; |
no test coverage detected