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 | f9cbdc676c184602f07f8a103d749917b1d748a5 (patch) | |
tree | 1d61fa623c61f1737d6970b44fcc6ef9cb78f488 /llvm/lib/Target/PowerPC/PPCTargetMachine.cpp | |
parent | 0ae7eb5e7c1cd5442dc2812f1928b5f6a2fe6636 (diff) | |
download | bcm5719-llvm-f9cbdc676c184602f07f8a103d749917b1d748a5.tar.gz bcm5719-llvm-f9cbdc676c184602f07f8a103d749917b1d748a5.zip |
name change requested by review of previous patch
llvm-svn: 37289
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCTargetMachine.cpp')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCTargetMachine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp b/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp index 6d5e0507737..acb6191f9e2 100644 --- a/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp +++ b/llvm/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) { |