forked from OSchip/llvm-project
Update LangRef to reflect int/flaot attribute specification changes.
PiperOrigin-RevId: 221802835
This commit is contained in:
parent
d34fcce2a7
commit
8c903a3c9d
|
@ -842,8 +842,8 @@ Attributes have a name, and their values are represented by the following forms:
|
|||
|
||||
``` {.ebnf}
|
||||
attribute-value ::= bool-literal
|
||||
| integer-literal
|
||||
| float-literal
|
||||
| integer-literal ( `:` (index-type | integer-type) )?
|
||||
| float-literal ( `:` float-type )?
|
||||
| string-literal
|
||||
| affine-map
|
||||
| type
|
||||
|
|
Loading…
Reference in New Issue