diff options
Diffstat (limited to 'docs/CodeGenerator.html')
-rw-r--r-- | docs/CodeGenerator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 4dc7c8124c..bc82b46735 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -1357,7 +1357,7 @@ if that register is being used by the instruction. The method <tt>MachineOperand::isDef()</tt> informs if that registers is being defined.</p> -<p>We will call physical registers present in the LLVM bytecode before +<p>We will call physical registers present in the LLVM bitcode before register allocation <i>pre-colored registers</i>. Pre-colored registers are used in many different situations, for instance, to pass parameters of functions calls, and to store results of particular |