diff options
author | Dale Johannesen <dalej@apple.com> | 2007-05-22 18:31:04 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2007-05-22 18:31:04 +0000 |
commit | e6e435498c0e35d98644f868886d39c4665bb83a (patch) | |
tree | 1078670b44d7c50a9b80d15cb53578880c1cf55d /lib/Target/PowerPC/PPCTargetMachine.cpp | |
parent | 2b77d3b09138cb1081f003042be55503d243d323 (diff) |
name change requested by review of previous patch
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37289 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCTargetMachine.cpp')
-rw-r--r-- | lib/Target/PowerPC/PPCTargetMachine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCTargetMachine.cpp b/lib/Target/PowerPC/PPCTargetMachine.cpp index 6d5e050773..acb6191f9e 100644 --- a/lib/Target/PowerPC/PPCTargetMachine.cpp +++ b/lib/Target/PowerPC/PPCTargetMachine.cpp @@ -98,7 +98,7 @@ PPCTargetMachine::PPCTargetMachine(const Module &M, const std::string &FS, /// Override this for PowerPC. Tail merging happily breaks up instruction issue /// groups, which typically degrades performance. -const bool PPCTargetMachine::DoTailMergeDefault() const { return false; } +const bool PPCTargetMachine::getEnableTailMergeDefault() const { return false; } PPC32TargetMachine::PPC32TargetMachine(const Module &M, const std::string &FS) : PPCTargetMachine(M, FS, false) { |