[flang][nfc] fix typo in fir.declare_value description (#182505)

Fix typo from
https://github.com/llvm/llvm-project/pull/181848#discussion_r2832803471
This commit is contained in:
jeanPerier 2026-02-20 17:14:03 +01:00 committed by GitHub
parent 3f2c28ec16
commit 0364a25f4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3490,7 +3490,7 @@ def fir_DeclareValueOp
relatively to the operation using the value of the variable,
this means that the when a mem2reg variable was assigned several
values, the variable value printed in the debugger at a given code
point main not be the actual value the variable had at that code point
point may not be the actual value the variable had at that code point
if instructions using the value were moved above the fir.declare_value.
}];