nemanjai requested changes to this revision.
nemanjai added inline comments.
This revision now requires changes to proceed.
Comment at: clang/lib/Sema/SemaChecking.cpp:7306
(!ExpectedType->isVoidPointerType() &&
- ArgType.getCanonicalType() != ExpectedType))
+
saghir created this revision.
Herald added subscribers: steven.zhang, shchenz, kbarton, nemanjai.
saghir requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This patch allows MMA builtins on PowerPC to accept restrict
qualified pointers.
Repo