From d170e3a035c80567090aa56024f92ad5b532cdcf Mon Sep 17 00:00:00 2001 From: mikedn Date: Wed, 3 Jan 2018 16:39:26 +0200 Subject: [PATCH] Fix minor formatting issue in jit-call-morphing.md --- Documentation/design-docs/jit-call-morphing.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/design-docs/jit-call-morphing.md b/Documentation/design-docs/jit-call-morphing.md index 49fd8bf..cd87c21 100644 --- a/Documentation/design-docs/jit-call-morphing.md +++ b/Documentation/design-docs/jit-call-morphing.md @@ -123,8 +123,10 @@ Evaluating Args into new LclVar temps and the creation of the LateArgs ----------------- After calling `SortArgs()`, the `EvalArgsToTemps()` method is called to create -the temp assignments and to populate the LateArgs list. Arguments that are -marked with `needTmp == true`. +the temp assignments and to populate the LateArgs list. + +Arguments that are marked with `needTmp == true`. +----------------- 1. We create an assignment using `gtNewTempAssign`. This assignment replaces the original argument in the `gtCallArgs` list. After we create the assignment -- 2.7.4