File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 308308;; CHECK-NEXT: --print-stack-ir print out Stack IR (useful for
309309;; CHECK-NEXT: internal debugging)
310310;; CHECK-NEXT:
311+ ;; CHECK-NEXT: --remove-functions erases the given set of
312+ ;; CHECK-NEXT: functions
313+ ;; CHECK-NEXT:
311314;; CHECK-NEXT: --remove-imports removes imports and replaces
312315;; CHECK-NEXT: them with nops
313316;; CHECK-NEXT:
316319;; CHECK-NEXT: --remove-non-js-ops removes operations incompatible
317320;; CHECK-NEXT: with js
318321;; CHECK-NEXT:
322+ ;; CHECK-NEXT: --remove-uncalled-functions removes functions that were not
323+ ;; CHECK-NEXT: executed during a runtime
324+ ;; CHECK-NEXT: coverage profiled run
325+ ;; CHECK-NEXT:
319326;; CHECK-NEXT: --remove-unused-brs removes breaks from locations
320327;; CHECK-NEXT: that are not needed
321328;; CHECK-NEXT:
You can’t perform that action at this time.
0 commit comments