Skip to content

Commit 485b1ac

Browse files
committed
[SandboxIR][Docs] C++ highlighting for code block
1 parent 5cb2db3 commit 485b1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/SandboxIR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Sandbox IR is an IR layer on top of LLVM IR that allows you to save/restore its
66

77
Within your LLVM pass:
88

9-
```
9+
``` C++
1010
// 1. Include the necessary Sandbox IR header files.
1111
#include "llvm/SandboxIR/Context.h
1212
#include "llvm/SandboxIR/Function.h

0 commit comments

Comments
 (0)