[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:
parent
3f2c28ec16
commit
0364a25f4e
@ -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.
|
||||
}];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user