mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 21:18:19 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user