From 5fd83b7d443d7bd963443a0a0c2513b07615597f Mon Sep 17 00:00:00 2001 From: Oliver Scherer Date: Thu, 8 Nov 2018 18:57:59 +0100 Subject: [PATCH] Remove a sentence from the end of a chapter because it also appears right at the start of the chapter --- src/mir/construction.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mir/construction.md b/src/mir/construction.md index d2ce1644..1e52730a 100644 --- a/src/mir/construction.md +++ b/src/mir/construction.md @@ -83,8 +83,6 @@ For this reason, we offer a macro that lets you write `let v = unpack!(block = self.generate_more_mir(...))`. It simply extracts the new block and overwrites the variable `block` that you named in the `unpack!`. -MIR functions that generate statements always take as argument a -basic block onto which the statements should be appended. ## Lowering expressions into the desired MIR