[PATCH] D47099: Disable casting of alloca for ActiveFlag

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 18 21:22:21 PDT 2018


rjmccall added a comment.

Maybe there should just be a method that makes a primitive alloca without the casting, and then you can call that in CreateTempAlloca.


https://reviews.llvm.org/D47099





More information about the cfe-commits mailing list