diff options
author | Nate Begeman <natebegeman@mac.com> | 2004-09-02 08:13:00 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2004-09-02 08:13:00 +0000 |
commit | b7a8f2cdaa3db15861c7f06238fcacc4b10b74f3 (patch) | |
tree | 08b3fc874c12588fbe61f2a15b759dee09ebb423 /lib/Target/PowerPC/PPCBranchSelector.cpp | |
parent | df8d5e908fe83dafe98a05086956e7b0943af1e0 (diff) |
Convert remaining X-Form and Pseudo instructions over to asm writer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16142 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCBranchSelector.cpp')
-rw-r--r-- | lib/Target/PowerPC/PPCBranchSelector.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/PowerPC/PPCBranchSelector.cpp b/lib/Target/PowerPC/PPCBranchSelector.cpp index 6f7b597da3..f80237e898 100644 --- a/lib/Target/PowerPC/PPCBranchSelector.cpp +++ b/lib/Target/PowerPC/PPCBranchSelector.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; |