From: Matthijs Kooijman Date: Fri, 14 Aug 2009 12:00:45 +0000 (+0200) Subject: Turn let recursification into its opposite. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=ef73954eae9eef99f0a6edc1fcdbccf024f5e31d;hp=ef73954eae9eef99f0a6edc1fcdbccf024f5e31d;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git Turn let recursification into its opposite. Instead of making all lets recursive, it now makes all lets nonrecursive, wherever possible. This breaks normalization, since most other passes work with recursive lets exclusively. ---