aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--llvm/docs/SandboxIR.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/SandboxIR.md b/llvm/docs/SandboxIR.md
index 61bae4e..735190e 100644
--- a/llvm/docs/SandboxIR.md
+++ b/llvm/docs/SandboxIR.md
@@ -6,7 +6,7 @@ Sandbox IR is an IR layer on top of LLVM IR that allows you to save/restore its
Within your LLVM pass:
-```
+``` C++
// 1. Include the necessary Sandbox IR header files.
#include "llvm/SandboxIR/Context.h
#include "llvm/SandboxIR/Function.h