]> granicus.if.org Git - clang/commit
AArch64: correct definition of __clear_cache
authorTim Northover <t.p.northover@gmail.com>
Tue, 14 May 2013 08:26:14 +0000 (08:26 +0000)
committerTim Northover <t.p.northover@gmail.com>
Tue, 14 May 2013 08:26:14 +0000 (08:26 +0000)
commit028d59c9e5ef3c46ff26fe106050d750cf8bc2cc
treefca018b39fe862e003a9e451f70e1ac533b1aad6
parent3371711aabc154acb4bffee4dc9491632379857d
AArch64: correct definition of __clear_cache

According to libgcc document __clear_cache takes two char*
pointers. I suspect GCC's actual behaviour is more subtle than that,
but char* should clearly be preferred to void*.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181762 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsAArch64.def