Skip to content
  • Sean Callanan's avatar
    Two fixes for Objetive-C methods that return struct · a6cbf06d
    Sean Callanan authored
    types.  First, I added handling for the memset intrinsic
    in the IR, which is used to zero out the returned struct.
    Second, I fixed the object-checking instrumentation
    to objc_msgSend_stret, and generally tightened up how
    the object-checking functions get inserted.
    
    llvm-svn: 144741
    a6cbf06d
Loading