mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
libswift: add more instructions and other small utilities
* ApplySite.arguments * BasicBlock != operator * some Function argument related properties * Operand.isTypeDependent * Type.isTrivial * bridging of raw_ostream::write
This commit is contained in:
@@ -67,6 +67,7 @@ final public class BasicBlock : ListNode, CustomStringConvertible {
|
||||
}
|
||||
|
||||
public func == (lhs: BasicBlock, rhs: BasicBlock) -> Bool { lhs === rhs }
|
||||
public func != (lhs: BasicBlock, rhs: BasicBlock) -> Bool { lhs !== rhs }
|
||||
|
||||
public struct ArgumentArray : RandomAccessCollection {
|
||||
fileprivate let block: BasicBlock
|
||||
|
||||
Reference in New Issue
Block a user