aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/ModuleMap.h
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2011-11-16 21:32:23 +0000
committerBob Wilson <bob.wilson@apple.com>2011-11-16 21:32:23 +0000
commit4648255cebd2fc7c18293c1f93afd6e9add9cccc (patch)
treec43629d138762bef6ee52f84c3a8ca17b529a48b /include/clang/Lex/ModuleMap.h
parente42a0ab77ca4ad5201591aac5679ef47a08af4b6 (diff)
Fix Neon builtin pointer argument checking for "sret" builtins.
The code for checking Neon builtin pointer argument types was assuming that there would only be one pointer argument. But, for vld2-4 builtins, the first argument is a special sret pointer where the result will be stored. So, instead of scanning all the arguments to find a pointer, have TableGen figure out the index of the pointer argument that needs checking. That's better than scanning all the arguments regardless. <rdar://problem/10448804> git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144834 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Lex/ModuleMap.h')
0 files changed, 0 insertions, 0 deletions