Skip to content

[Refactor] Fixed internal error number clash (2022041701)

Summary

This merge request fixes an internal error number clash between two different subsystems of the compiler (presumably because they were written by different developers on the same day).

System

  • Processor architecture: i386, x86_64, LLVM

What is the current bug behavior?

If internal error 2022041701 is triggered, a search for it will yield 2 different blocks of code (one in TX86AsmOptimizer.GetNextInstructionUsingRegCond and one in TDebugInfoLLVM.add_line_metanode).

What is the behavior after applying this patch?

The internal error in TDebugInfoLLVM.add_line_metanode is now 2022041730.

Merge request reports