summaryrefslogtreecommitdiff
path: root/test/lit/help/wasm2js.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/help/wasm2js.test')
-rw-r--r--test/lit/help/wasm2js.test9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/lit/help/wasm2js.test b/test/lit/help/wasm2js.test
index 5d2d29e87..54010cec5 100644
--- a/test/lit/help/wasm2js.test
+++ b/test/lit/help/wasm2js.test
@@ -132,6 +132,15 @@
;; CHECK-NEXT:
;; CHECK-NEXT: --gto globally optimize GC types
;; CHECK-NEXT:
+;; CHECK-NEXT: --gufa Grand Unified Flow Analysis:
+;; CHECK-NEXT: optimize the entire program
+;; CHECK-NEXT: using information about what
+;; CHECK-NEXT: content can actually appear in
+;; CHECK-NEXT: each location
+;; CHECK-NEXT:
+;; CHECK-NEXT: --gufa-optimizing GUFA plus local optimizations in
+;; CHECK-NEXT: functions we modified
+;; CHECK-NEXT:
;; CHECK-NEXT: --heap2local replace GC allocations with
;; CHECK-NEXT: locals
;; CHECK-NEXT: