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
This commit is contained in:
Nate Begeman
2004-09-02 08:13:00 +00:00
parent df8d5e908f
commit b7a8f2cdaa
6 changed files with 91 additions and 119 deletions
-5
View File
@@ -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;