[PATCH] D32248: CodeGen: Cast alloca to expected address space
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 16 14:36:39 PDT 2017
yaxunl added inline comments.
================
Comment at: lib/CodeGen/TargetInfo.cpp:7294
llvm::PointerType *T, QualType QT) const override;
+
};
----------------
yaxunl wrote:
> rjmccall wrote:
> > Spurious newline?
> will remove it.
Sorry this line is needed to separate it from the next function.
https://reviews.llvm.org/D32248
More information about the cfe-commits
mailing list