On May 15, 2008, at 2:57 PM, Eli Friedman wrote:
> Potential patch attached.
>
> Testcase (currently crashes with clang -emit-llvm):
> int a();
> int b(int);
> int c() {return 1 ? a : b;}
>
> Anyone have any better suggestions for how to fix this?
Your patch looks good. Pl. apply.
Thanks!
-
Devang