<div dir="ltr">This patch adds the following sentence to the LR after it states that temporaries begin at index 0:<div><br><div>   If you do not specify a label for the entry block, the temporaries start at index 1 as index<br>
</div><div>   0 is then used for an implicit label generated by LLVM.</div><div><br></div><div>This because LLC complains when you use %0 as a temporary and there is no entry point label in the function.  Then you get an error message, which can be quite difficult to figure out why.</div>
</div><div><br></div><div>If this patch is rejected, somebody should probably phrase the above appropriately and submit a new patch.</div><div><br></div><div><br></div><div>-- Mikael</div><div><br></div></div>