From: Matthijs Kooijman Date: Mon, 25 May 2009 12:45:05 +0000 (+0200) Subject: Fix typo. X-Git-Tag: final-thesis~336 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=commitdiff_plain;h=aab3b545f16f854e01b60caf483093ed30749892;hp=a7321efea813c68cf303360603369e5e39adbe7c Fix typo. --- diff --git a/Core2Core.tex b/Core2Core.tex index 437aae7..d628077 100644 --- a/Core2Core.tex +++ b/Core2Core.tex @@ -396,7 +396,7 @@ As noted before, the above transformations are not complete. Other needed transformations include: \startitemize \item Inlining of local identifiers with a function type. Since these cannot -be represented in hardware directly, they must be transformated into something +be represented in hardware directly, they must be transformed into something else. Inlining them should always be possible without loss of semantics (TODO: How true is this?) and can expose new possibilities for other transformations passes (such as application propagation when inlining {\tt j} above).