diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2021-03-05 17:36:37 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2021-03-05 17:36:37 +0100 |
| commit | e0f904856b3d665a84b4342b79967b97a3739545 (patch) | |
| tree | 6bcf9d5aaed252c9416c867e508942d54b97bb65 /Documentation | |
| parent | 41222364c4a6ba9e515df5eee96ae6262735fdc6 (diff) | |
| parent | 778de2bf52a2bed588d1653aaebe2cbd25f80eac (diff) | |
| download | sparse-dev-e0f904856b3d665a84b4342b79967b97a3739545.tar.gz | |
Merge branch 'slice'
* slice: small reorg of OP_SLICE in preparation for some incoming changes
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/IR.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/IR.rst b/Documentation/IR.rst index 38df84ff..e1613402 100644 --- a/Documentation/IR.rst +++ b/Documentation/IR.rst @@ -408,7 +408,7 @@ Others Extract a "slice" from an aggregate. * .base: (pseudo_t) aggregate (alias .src) - * .from, .len: offet & size of the "slice" within the aggregate + * .from: offset of the "slice" within the aggregate * .target: result * .type: type of .target |
