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 64f364d commit 6bd91e2Copy full SHA for 6bd91e2
Sources/LLVM/IRType.swift
@@ -29,11 +29,6 @@ public extension IRType {
29
public func constPointerNull() -> IRValue {
30
return LLVMConstPointerNull(asLLVM())
31
}
32
-
33
- /// Dumps a representation of this type to stderr.
34
- public func dump() {
35
- LLVMDumpType(asLLVM())
36
- }
37
38
39
internal func convertType(_ type: LLVMTypeRef) -> IRType {
0 commit comments