mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-05 03:36:43 +00:00
Add FIXME.
llvm-svn: 119603
This commit is contained in:
parent
a42e2b0fcb
commit
205e0345c1
@ -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