mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-02 10:49:22 +00:00
NFC: Callout restriction on folding 0-result ops in documentation.
Differential Revision: https://reviews.llvm.org/D114271
This commit is contained in:
parent
3f3680dff3
commit
3fcdd182e9
@ -161,6 +161,7 @@ Otherwise, the following is generated:
|
||||
/// the operation, partial folding is not supported. The caller will remove
|
||||
/// the operation and use those results instead.
|
||||
///
|
||||
/// Note that this mechanism cannot be used to remove 0-result operations.
|
||||
LogicalResult MyOp::fold(ArrayRef<Attribute> operands,
|
||||
SmallVectorImpl<OpFoldResult> &results) {
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user