Fix minor formatting issue in jit-call-morphing.md
authormikedn <onemihaid@hotmail.com>
Wed, 3 Jan 2018 14:39:26 +0000 (16:39 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Jan 2018 14:39:26 +0000 (16:39 +0200)
Documentation/design-docs/jit-call-morphing.md

index 49fd8bf..cd87c21 100644 (file)
@@ -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