r240735 - [CodeGen] Restrict isTriviallyRecursive to predefined lib functions forwarding to lib functions

H.J. Lu hjl.tools at gmail.com
Fri Jun 26 17:00:00 PDT 2015


On Thu, Jun 25, 2015 at 4:50 PM, David Majnemer
<david.majnemer at gmail.com> wrote:
> Author: majnemer
> Date: Thu Jun 25 18:50:40 2015
> New Revision: 240735
>
> URL: http://llvm.org/viewvc/llvm-project?rev=240735&view=rev
> Log:
> [CodeGen] Restrict isTriviallyRecursive to predefined lib functions forwarding to lib functions
>
> isTriviallyRecursive is only supposed to guard functions part of the
> implementation.
>
> This fixes PR23953.
>

This caused:

https://llvm.org/bugs/show_bug.cgi?id=23964

-- 
H.J.



More information about the cfe-commits mailing list