When calling the cleanup function specified by __attribute__((cleanup)), make...
When calling the cleanup function specified by __attribute__((cleanup)), make sure to bitcast the argument so it has the same type as the first argument of the cleanup function. Fixes <rdar://problem/6827047>. llvm-svn: 70098
Loading
Please register or sign in to comment