Skip to content

Commit 7ed26c1

Browse files
committed
debug
1 parent b1b4af8 commit 7ed26c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

chapter_compiler_frontend/Intermediate_Representation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ source programs and generating optimized compiled code. Table
5151
different IR types. It is important to design IR structures carefully,
5252
considering the specific requirements of the compiler's design.
5353

54-
:::: center
55-
:::
54+
: Types of IRs
55+
5656
| IR Structure | Characteristics | Examples |
5757
| --------------| --------------------------------------| ----------------------------------------------
5858
| Linear IR | Based on linear code | Stack machine code, three-address code |
5959
| Graphical IR | Based on graphs | Abstract syntax tree, directed acyclic graph |
6060
| Hybrid IR | Based on both graphs and linear code |LLVM IR |
6161
:label:`ch06/ch06-categorize`
62-
: Types of IRs
63-
:::
64-
::::
62+
63+
64+

0 commit comments

Comments
 (0)