mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-03 11:23:58 +00:00
[mlir][doc] Remove outdated section about a deprecated OpBuilder
use
This syntax has been removed two years ago in 2f5569f6f6
yet the doc still had a section marking them as deprecated
This commit is contained in:
parent
fe55e42eff
commit
9b15faebb9
@ -557,12 +557,6 @@ MyOp::build(::mlir::OpBuilder &builder, ::mlir::OperationState &state,
|
||||
}
|
||||
```
|
||||
|
||||
**Deprecated:** `OpBuilder` class allows one to specify the custom builder
|
||||
signature as a raw string, without separating parameters into different `dag`
|
||||
arguments. It also supports leading parameters of `OpBuilder &` and
|
||||
`OperationState &` types, which will be used instead of the autogenerated ones
|
||||
if present.
|
||||
|
||||
### Custom parser and printer methods
|
||||
|
||||
Functions to parse and print the operation's custom assembly form.
|
||||
|
Loading…
Reference in New Issue
Block a user