From cc6c3446e983e8a909bbd8eb51926452aee870c5 Mon Sep 17 00:00:00 2001 From: glass-panel <63582311+glass-panel@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:57:28 +0800 Subject: [PATCH] update dependency --- source/_posts/read-llvm-code-1/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/read-llvm-code-1/index.md b/source/_posts/read-llvm-code-1/index.md index 35f1901..cf546fa 100644 --- a/source/_posts/read-llvm-code-1/index.md +++ b/source/_posts/read-llvm-code-1/index.md @@ -177,7 +177,7 @@ done: ``` ```mermaid -flowchart LR +flowchart TB subgraph "Function" fname("Name: @add1")