OSDN Git Service

Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.
authorCraig Topper <craig.topper@gmail.com>
Sun, 2 Mar 2014 08:08:51 +0000 (08:08 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 2 Mar 2014 08:08:51 +0000 (08:08 +0000)
commit4eb03f049e5ab3bb914569591ca7655a084b5707
treec4f84b418845ad8bf16cb1150ed568fcf69ee1b1
parenta45e3ff4f289a0a9d2895c8a630c3d3064aa1fef
Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202618 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Compiler.h
lib/Analysis/TargetTransformInfo.cpp
lib/CodeGen/BasicTargetTransformInfo.cpp
lib/Target/AArch64/AArch64TargetTransformInfo.cpp
lib/Target/ARM/ARMTargetTransformInfo.cpp
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
lib/Target/R600/AMDGPUTargetTransformInfo.cpp
lib/Target/X86/X86TargetTransformInfo.cpp
lib/Target/XCore/XCoreTargetTransformInfo.cpp