mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
NFC: Update in-code documentation for function-type.
PiperOrigin-RevId: 264723462
This commit is contained in:
committed by
A. Unique TensorFlower
parent
c400c9a1ec
commit
8869de5fbc
@@ -605,7 +605,7 @@ Type Parser::parseExtendedType() {
|
||||
|
||||
/// Parse a function type.
|
||||
///
|
||||
/// function-type ::= type-list-parens `->` type-list
|
||||
/// function-type ::= type-list-parens `->` function-result-type
|
||||
///
|
||||
Type Parser::parseFunctionType() {
|
||||
assert(getToken().is(Token::l_paren));
|
||||
|
||||
Reference in New Issue
Block a user