[llvm] r286289 - GlobalISel: allow CodeGen to fallback on VReg type/class issues.
Tim Northover via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 10 14:57:19 PST 2016
On 10 Nov 2016, at 14:51, Quentin Colombet <qcolombet at apple.com> wrote:
>> /// Remove all types associated to virtual registers (after instruction
>> - /// selection and constraining of all generic virtual registers).
>> + /// selection and constraining of all generic virtual registers). Returns true
>> + /// if the VReg mapping was consistent.
>
> The comment is bogus; we do not return anything here.
Sorry about that. A hold-over from an earlier patch that did. Should be fixed now.
Tim.
More information about the llvm-commits
mailing list