mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 01:15:50 +08:00
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