Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names
authorChandler Carruth <chandlerc@gmail.com>
Sat, 23 Oct 2010 08:10:43 +0000 (08:10 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 23 Oct 2010 08:10:43 +0000 (08:10 +0000)
commit100c267249d1d03c4f96eede9877a4f9f54f2247
tree1a51c4153e6acb6692b0ed191ab70ee5b8b92c19
parent2b3ef8b065ff655c52efe273e9b150db302e8a5a
Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names
until other LLVM projects using these are cleaned up.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117200 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Function.h
include/llvm/Support/Compiler.h
lib/Target/ARM/ARMExpandPseudoInsts.cpp
lib/Target/X86/X86FloatingPoint.cpp
lib/Target/X86/X86JITInfo.cpp
lib/Transforms/Utils/LowerSwitch.cpp
unittests/ADT/SmallVectorTest.cpp