Define Neon load/store intrinsics for Clang as macros instead of functions.
authorBob Wilson <bob.wilson@apple.com>
Fri, 22 Apr 2011 00:37:01 +0000 (00:37 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 22 Apr 2011 00:37:01 +0000 (00:37 +0000)
commitc1fe100f355931c6a8368be00d8f7251d10b1920
tree5ea0094f9b6d36e2779a0cadd89a36335289a080
parentabf9af60add19a0f037bb2a05433769bfd1e7f6f
Define Neon load/store intrinsics for Clang as macros instead of functions.
This is needed so the front-end can see "aligned" attributes on the type
for the pointer arguments.  Radar 9311427.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129964 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/NeonEmitter.cpp