]> granicus.if.org Git - clang/commit
Revert "Shorten some ARM builtin names by removing unnecessary "neon" prefix."
authorBob Wilson <bob.wilson@apple.com>
Fri, 24 Jun 2011 22:13:26 +0000 (22:13 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 24 Jun 2011 22:13:26 +0000 (22:13 +0000)
commit537c3461166ce074d05fb7c96ffa98ed54c9aaa0
tree54a1b6d839a2e54496f03e7174699968c0adc5cf
parent1d323e0482889ad5f9637d62899f35f41a05df46
Revert "Shorten some ARM builtin names by removing unnecessary "neon" prefix."
Sorry, this was a bad idea.  Within clang these builtins are in a separate
"ARM" namespace, but the actual builtin names should clearly distinguish tha
they are target specific.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133833 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/CodeGen/CGBuiltin.cpp