In x86_64, when calling an Objective-C method that returns a _Complex long...
In x86_64, when calling an Objective-C method that returns a _Complex long double, make sure to use the objc_msgSend_fp2ret function which ensures that the return value will be {0, 0} if the receiver is nil. llvm-svn: 143350
Loading
Please register or sign in to comment