Add FIXME.
authorJim Grosbach <grosbach@apple.com>
Thu, 18 Nov 2010 01:20:48 +0000 (01:20 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 18 Nov 2010 01:20:48 +0000 (01:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119603 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrFormats.td

index 163e732236f8ebeb1133cc8f153df8110fba19d1..e52012f3985d8af30f54230afb7fda864d997a30 100644 (file)
@@ -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;