Displaying 1 result from an estimated 1 matches for "isfunctionti".
Did you mean:
isfunctionty
2013 Mar 06
0
[LLVMdev] LangRef/implementation inconsistency: What is the intended constraint on function return types?
PR15447 <http://llvm.org/bugs/show_bug.cgi?id=15447> brings up that
there is an inconsistency both within LangRef and between LangRef and
the implementation regarding what is an allowed return type.
LangRef says:
"The return type of a function type is a first class type or a void type."
<http://llvm.org/docs/LangRef.html#id14>
and also, contrarily,