diff --git a/loopy/kernel/data.py b/loopy/kernel/data.py index c4433d5e346d950c8d96c937f98a6fa86425e0f8..20287eedccd2196a8f83afca3c387d6001bd7cd6 100644 --- a/loopy/kernel/data.py +++ b/loopy/kernel/data.py @@ -1020,7 +1020,7 @@ class Assignment(InstructionBase): if isinstance(assignee, str): assignee = parse(assignee) if isinstance(expression, str): - assignee = parse(expression) + expression = parse(expression) # FIXME: It may be worth it to enable this check eventually. # For now, it causes grief with certain 'checky' uses of the