[PATCH] D52654: [OpenCL][NFC] Unify ZeroToOCL* cast types
Alexey Sachkov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 10 01:26:56 PDT 2018
AlexeySachkov marked an inline comment as done.
AlexeySachkov added inline comments.
================
Comment at: lib/Sema/SemaInit.cpp:5291
- Sequence.AddOCLZeroQueueStep(DestType);
- return true;
+ Sequence.AddOCLZeroQueueStep(DestType);
+ return true;
----------------
Anastasia wrote:
> I guess this one can't be generalized?
Actually, it is generalized now
https://reviews.llvm.org/D52654
More information about the cfe-commits
mailing list