From: Jim Grosbach Date: Tue, 18 Jan 2011 19:59:19 +0000 (+0000) Subject: Add a FIXME. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ff12a8bd999569ce76b3a9f5e167f6e89280e9d9;p=oota-llvm.git Add a FIXME. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123769 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMInstrFormats.td b/lib/Target/ARM/ARMInstrFormats.td index eee452e8a3e..54231a7465a 100644 --- a/lib/Target/ARM/ARMInstrFormats.td +++ b/lib/Target/ARM/ARMInstrFormats.td @@ -84,6 +84,7 @@ class Xform16Bit { bit canXformTo16Bit = 1; } // ARM Instruction flags. These need to match ARMBaseInstrInfo.h. // +// FIXME: Once the JIT is MC-ized, these can go away. // Addressing mode. class AddrMode val> { bits<5> Value = val;