http://llvm.org/bugs/show_bug.cgi?id=15447

            Bug ID: 15447
           Summary: LangRef: return type of function type
           Product: Documentation
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: General docs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

The description is inconsistent:
--
The return type of a function type is a first class type or a void type.
--

--
‘<returntype>‘ is any type except label.
--

and conflicts with the implementation. isValidReturnType() rejects FunctionTy,
LabelTy and MetadataTy.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to