[LLVMbugs] [Bug 15447] New: LangRef: return type of function type
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Mar 5 05:11:37 PST 2013
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: unassignedbugs at nondot.org
Reporter: 15026edff505 at b04e8d0e182e.anonbox.net
CC: llvmbugs at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130305/abd6cb93/attachment.html>
More information about the llvm-bugs
mailing list