Skip to content

Commit

Permalink
clarify text
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Oct 7, 2024
1 parent 47ff1dc commit 8e4076d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
;;
;; GUFA manages to generate IR that makes merge-blocks leave a stale type, if we
;; are not careful. simplify-locals-notee then errors if that stale type is
;; present, so all the passes are needed to hit this bizarre corner case.
;; present, so we need to include all of the passes here in order to hit this
;; bizarre corner case.
;;
;; The specific bug that happened here was that merge-blocks operated on
;; dead but not refinalized code. That pass should skip dead code and wait for
Expand Down

0 comments on commit 8e4076d

Please sign in to comment.