summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lit/passes/cfp.wast6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/lit/passes/cfp.wast b/test/lit/passes/cfp.wast
index 38e17c578..b61f2c6a6 100644
--- a/test/lit/passes/cfp.wast
+++ b/test/lit/passes/cfp.wast
@@ -2497,7 +2497,8 @@
(local.get $B1)
)
)
- ;; The copy can't refer to a $B2, so we can optimize here. TODO
+ ;; The copy can't refer to a $B2, so we can optimize here. TODO (but GUFA
+ ;; can do this)
(drop
(struct.get $B2 0
(local.get $B2)
@@ -2602,7 +2603,8 @@
(local.get $A)
)
)
- ;; The copy can't refer to a $B1, so we can optimize here. TODO
+ ;; The copy can't refer to a $B1, so we can optimize here. TODO (but GUFA
+ ;; can do this)
(drop
(struct.get $B1 0
(local.get $B1)