Skip to content

Commit 78d734e

Browse files
authoredMar 22, 2019
Merge pull request #183 from CodaFi/update-docs
Update docs
2 parents 468b764 + 761ab3a commit 78d734e

File tree

289 files changed

+39081
-3716
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

289 files changed

+39081
-3716
lines changed
 

‎Sources/LLVM/Intrinsic.swift

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ import Foundation
6767
/// llvm.memcpy.p0i8.p0i8.i32 -> Intrinsic.ID.llvm_memcpy
6868
/// llvm.bswap.v4i32 -> Intrinsic.ID.llvm_bswap
6969
public class Intrinsic: Function {
70+
/// A wrapper type for an intrinsic selector.
7071
public struct Selector {
7172
let index: UInt32
7273
fileprivate init(_ index: UInt32) { self.index = index }

‎docs/Classes.html

+220-66
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.