mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
Add FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119603 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
53694265a9
commit
c6961f140a
@ -236,6 +236,9 @@ class InstThumb<AddrMode am, SizeFlagVal sz, IndexMode im,
|
||||
|
||||
class PseudoInst<dag oops, dag iops, InstrItinClass itin,
|
||||
string asm, list<dag> pattern>
|
||||
// FIXME: This really should derive from InstTemplate instead, as pseudos
|
||||
// don't need encoding information. TableGen doesn't like that
|
||||
// currently. Need to figure out why and fix it.
|
||||
: InstARM<AddrModeNone, SizeSpecial, IndexModeNone, Pseudo, GenericDomain,
|
||||
"", itin> {
|
||||
let OutOperandList = oops;
|
||||
|
Loading…
x
Reference in New Issue
Block a user