From 7b248893f659e274a34df8e220f4d6f624cbc793 Mon Sep 17 00:00:00 2001 From: theseed Date: Thu, 19 May 2022 10:46:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A46.2.1=E5=B0=8F=E8=8A=82?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E4=B8=AD=E6=97=A0=E6=95=88=E7=9A=84=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E8=B7=AF=E5=BE=84=20(#337)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 6.2.1小节标题中的图片引用在下文出现了,删除该小节标题中无效的图片路径 Co-authored-by: Luo Mai Co-authored-by: Cheng Lai --- chapter_frontend_and_ir/intermediate_representation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter_frontend_and_ir/intermediate_representation.md b/chapter_frontend_and_ir/intermediate_representation.md index 5cb1f31..a549016 100644 --- a/chapter_frontend_and_ir/intermediate_representation.md +++ b/chapter_frontend_and_ir/intermediate_representation.md @@ -30,7 +30,7 @@ : 中间表示的分类 ::: -1\) 线性中间表示/Users/liangzhibo/Desktop/中间表示-中间表示结构.png +1\) 线性中间表示 线性中间表示类似抽象机的汇编代码,将被编译代码表示为操作的有序序列,对操作序列规定了一种清晰且实用的顺序。由于大多数处理器采用线性的汇编语言,线性中间表示广泛应用于编译器设计。