]> granicus.if.org Git - clang/commit
Change parameter type of _mm_prefetch to "const void *".
authorDaniel Jasper <djasper@google.com>
Thu, 20 Feb 2014 10:04:07 +0000 (10:04 +0000)
committerDaniel Jasper <djasper@google.com>
Thu, 20 Feb 2014 10:04:07 +0000 (10:04 +0000)
commit4b32b6871e2d433e1b71edc5a0dc4decc124b305
tree29e24acbd1dbeb27d6b3dc73326b91b2b8080484
parent45a0a2f6a29457b219a00b8f9f0dd1e60fa6aa9b
Change parameter type of _mm_prefetch to "const void *".

Otherwise, this is not backwards compatible to the existing macro and
can break existing code.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201772 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsX86.def
test/Headers/mmprefetch.c