From: simonpj@microsoft.com Date: Mon, 21 Jan 2008 11:36:20 +0000 (+0000) Subject: Typo in phase-control documentation X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=1fe5459fe14758dbbc6106f616446f43e21a0511 Typo in phase-control documentation --- diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index f22e6c9..c9e6183 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -6309,7 +6309,7 @@ exactly what you asked for, no more and no less. there was no pragma). - "INLINE[~k] f" means: be willing to inline + "NOINLINE[~k] f" means: be willing to inline f until phase k, but from phase k onwards do not inline it.