summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2010-10-23 08:40:19 +0000
committerChandler Carruth <chandlerc@gmail.com>2010-10-23 08:40:19 +0000
commit82058c05f874ab156a797b762af9c0182316b679 (patch)
tree082115c548517d5340c46129c34a968a05874383 /llvm/lib/Target
parent9873c9039e78341641294b682480bf865e5486a7 (diff)
downloadbcm5719-llvm-82058c05f874ab156a797b762af9c0182316b679.tar.gz
bcm5719-llvm-82058c05f874ab156a797b762af9c0182316b679.zip
Move the remaining attribute macros to systematic names based on the attribute
name and prefixed with 'LLVM_'. llvm-svn: 117203
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp b/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
index 8399cd5ff4b..757ca13512c 100644
--- a/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
+++ b/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
@@ -490,7 +490,7 @@ bool ARMBaseInstrInfo::isPredicable(MachineInstr *MI) const {
}
/// FIXME: Works around a gcc miscompilation with -fstrict-aliasing.
-DISABLE_INLINE
+LLVM_ATTRIBUTE_NOINLINE
static unsigned getNumJTEntries(const std::vector<MachineJumpTableEntry> &JT,
unsigned JTI);
static unsigned getNumJTEntries(const std::vector<MachineJumpTableEntry> &JT,
OpenPOWER on IntegriCloud