================
@@ -100,7 +102,7 @@ def __init__(self, dex_context, dext_ir: DextIR):
def add_expected_values(expect: Expect, expected_value: Any, scope:
Scope):
self.expected_values[expect] = expected_value
- if isinstance(expect, Value):
+ if expect.get_watched_expr() is not None:
----------------
OCHyams wrote:
same isinstance question here
https://github.com/llvm/llvm-project/pull/204159
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits