summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2014-03-02 08:08:51 +0000
committerCraig Topper <craig.topper@gmail.com>2014-03-02 08:08:51 +0000
commit77dfe45f81e13e68e768c9c6ee9c2d0c85f28687 (patch)
tree2ecb1c81aa52b5771557e29cadab76b1251cf295 /llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
parenta7c4b5e9b0f270d9702c1032e80dedfe58340fae (diff)
downloadbcm5719-llvm-77dfe45f81e13e68e768c9c6ee9c2d0c85f28687.tar.gz
bcm5719-llvm-77dfe45f81e13e68e768c9c6ee9c2d0c85f28687.zip
Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.
llvm-svn: 202618
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp b/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
index 51b76de07e8..70eaba0dad3 100644
--- a/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
+++ b/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
@@ -32,7 +32,7 @@ void initializePPCTTIPass(PassRegistry &);
namespace {
-class PPCTTI LLVM_FINAL : public ImmutablePass, public TargetTransformInfo {
+class PPCTTI final : public ImmutablePass, public TargetTransformInfo {
const PPCTargetMachine *TM;
const PPCSubtarget *ST;
const PPCTargetLowering *TLI;
OpenPOWER on IntegriCloud