We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e9676 commit ac1ca5eCopy full SHA for ac1ca5e
libswift/README.md
@@ -38,7 +38,7 @@ The core SIL C++ classes have corresponding classes in _libswift_, for example `
38
39
This makes _libswift_ easy to use and it allows to program in a "Swifty" style. For example one can write
40
41
-```
+```swift
42
for inst in block.instructions {
43
if let cfi = inst as? CondFailInst {
44
// ...
0 commit comments