This patch fixes a bug in IRGen where it wasn't calling the destructors to destruct compound literals.
I've split out the changes needed to emit destructor calls for non-trivial C structs returned by function calls and loaded from volatile objects (https://reviews.llvm.org/D66094).
rdar://problem/51867864
I think
would be more appropriate here as this expresses that we do not support every aspect yet.
On the other hand a nullptr could be dereferenced later and thus could cause an unwanted crash.