Skip to content

Commit 01f7e08

Browse files
committed
Publicize buildExtractValue
1 parent a79204b commit 01f7e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/LLVM/IRBuilder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,7 @@ extension IRBuilder {
15661566
///
15671567
/// - returns: A value representing an aggregate that has been updated with
15681568
/// the given value at the given index.
1569-
func buildExtractValue(aggregate: IRValue, index: Int, name: String = "") -> IRValue {
1569+
public func buildExtractValue(aggregate: IRValue, index: Int, name: String = "") -> IRValue {
15701570
return LLVMBuildExtractValue(llvm, aggregate.asLLVM(), UInt32(index), name)
15711571
}
15721572
}

0 commit comments

Comments
 (0)