[PATCH] D27157: IRGen: Remove all uses of CreateDefaultAlignedLoad.

Peter Collingbourne via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 28 13:34:39 PST 2016


pcc added inline comments.


================
Comment at: clang/lib/CodeGen/CGBuilder.h:126
   // FIXME: these "default-aligned" APIs should be removed,
   // but I don't feel like fixing all the builtin code right now.
   llvm::StoreInst *CreateDefaultAlignedStore(llvm::Value *Val,
----------------
rjmccall wrote:
> Oh, please remove this comment, too, since you've now achieved it. :)
We still have CreateDefaultAlignedStore though.


https://reviews.llvm.org/D27157





More information about the cfe-commits mailing list