diff options
author | Alon Zakai <azakai@google.com> | 2021-11-15 16:17:15 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-16 00:17:15 +0000 |
commit | 52696625d003f80a8ae77150b6f1e626e9d98e57 (patch) | |
tree | 10ee67f40811f1c333ef7c954856de8214605dbd /test/lit/help/optimization-opts.test | |
parent | 3549e3040340c706349b1ee9ab3e994279805afc (diff) | |
download | binaryen-52696625d003f80a8ae77150b6f1e626e9d98e57.tar.gz binaryen-52696625d003f80a8ae77150b6f1e626e9d98e57.tar.bz2 binaryen-52696625d003f80a8ae77150b6f1e626e9d98e57.zip |
[NFC] Rename GlobalSubtyping => HeapRefining (#4331)
Diffstat (limited to 'test/lit/help/optimization-opts.test')
-rw-r--r-- | test/lit/help/optimization-opts.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lit/help/optimization-opts.test b/test/lit/help/optimization-opts.test index 380101a53..1f52b2462 100644 --- a/test/lit/help/optimization-opts.test +++ b/test/lit/help/optimization-opts.test @@ -275,11 +275,11 @@ ;; CHECK-NEXT: ;; CHECK-NEXT: --generate-stack-ir generate Stack IR ;; CHECK-NEXT: -;; CHECK-NEXT: --global-subtyping apply more specific subtypes to -;; CHECK-NEXT: type fields where possible -;; CHECK-NEXT: ;; CHECK-NEXT: --gto globally optimize GC types ;; CHECK-NEXT: +;; CHECK-NEXT: --heap-refining apply more specific subtypes to +;; CHECK-NEXT: type fields where possible +;; CHECK-NEXT: ;; CHECK-NEXT: --heap2local replace GC allocations with ;; CHECK-NEXT: locals ;; CHECK-NEXT: |