diff options
Diffstat (limited to 'llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp')
-rw-r--r-- | llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp b/llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp index 6f7b597da3a..f80237e8989 100644 --- a/llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp +++ b/llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp @@ -41,11 +41,6 @@ namespace { // minor pessimization that saves us from having to worry about // keeping the offsets up to date later when we emit long branch glue. return 12; - case PPC::MovePCtoLR: - // MovePCtoLR is actually a combination of a branch-and-link (bl) - // followed by a move from link register to dest reg (mflr) - return 8; - break; case PPC::IMPLICIT_DEF: // no asm emitted return 0; break; |