diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2021-03-08 01:36:42 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2021-03-08 08:56:58 +0100 |
| commit | 5e674421d5f144612a8d39cafae557bbfa7026fa (patch) | |
| tree | 1b93765b9b5ee0d132716f3888485024bf45a84a /Documentation/IR.rst | |
| parent | 1749410ac473e918dcab1ea5e4e9e682f0ee2fe0 (diff) | |
| parent | 3caeefd911a54289bbf7d293289964239a6fed96 (diff) | |
| download | sparse-dev-5e674421d5f144612a8d39cafae557bbfa7026fa.tar.gz | |
Merge branch 'uniq-phinode'
* phi-sources can only have a single user (or none)
Diffstat (limited to 'Documentation/IR.rst')
| -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 e1613402..d41bce87 100644 --- a/Documentation/IR.rst +++ b/Documentation/IR.rst @@ -381,7 +381,7 @@ Others * .phi_src: operand (type must be compatible with .target, alias .src) * .target: the "result" PSEUDO_PHI * .type: type of .target - * .phi_users: list of phi instructions using the target pseudo + * .phi_node: the unique phi instruction using the target pseudo .. op:: OP_CALL Function call. |
