From 5d398d5c9305272b971322d728c4628b38c5669c Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 15 Nov 2021 16:41:53 -0800 Subject: [NFC] HeapRefining => TypeRefining (#4332) --- test/lit/help/optimization-opts.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/lit/help/optimization-opts.test') diff --git a/test/lit/help/optimization-opts.test b/test/lit/help/optimization-opts.test index 1f52b2462..af23314de 100644 --- a/test/lit/help/optimization-opts.test +++ b/test/lit/help/optimization-opts.test @@ -277,9 +277,6 @@ ;; 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: @@ -522,6 +519,9 @@ ;; CHECK-NEXT: --trap-mode-js replace trapping operations with ;; CHECK-NEXT: js semantics ;; CHECK-NEXT: +;; CHECK-NEXT: --type-refining apply more specific subtypes to +;; CHECK-NEXT: type fields where possible +;; CHECK-NEXT: ;; CHECK-NEXT: --untee removes local.tees, replacing ;; CHECK-NEXT: them with sets and gets ;; CHECK-NEXT: -- cgit v1.2.3