From: mikedn Date: Wed, 3 Jan 2018 14:39:26 +0000 (+0200) Subject: Fix minor formatting issue in jit-call-morphing.md X-Git-Tag: accepted/tizen/base/20180629.140029~231^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d170e3a035c80567090aa56024f92ad5b532cdcf;p=platform%2Fupstream%2Fcoreclr.git Fix minor formatting issue in jit-call-morphing.md --- 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