Add a FIXME.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123769 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Grosbach 2011-01-18 19:59:19 +00:00
parent fb67faa661
commit ff12a8bd99

View File

@ -84,6 +84,7 @@ class Xform16Bit { bit canXformTo16Bit = 1; }
// ARM Instruction flags. These need to match ARMBaseInstrInfo.h. // ARM Instruction flags. These need to match ARMBaseInstrInfo.h.
// //
// FIXME: Once the JIT is MC-ized, these can go away.
// Addressing mode. // Addressing mode.
class AddrMode<bits<5> val> { class AddrMode<bits<5> val> {
bits<5> Value = val; bits<5> Value = val;