[llvm-commits] [llvm] r123769 - /llvm/trunk/lib/Target/ARM/ARMInstrFormats.td

Jim Grosbach grosbach at apple.com
Tue Jan 18 11:59:19 PST 2011


Author: grosbach
Date: Tue Jan 18 13:59:19 2011
New Revision: 123769

URL: http://llvm.org/viewvc/llvm-project?rev=123769&view=rev
Log:
Add a FIXME.

Modified:
    llvm/trunk/lib/Target/ARM/ARMInstrFormats.td

Modified: llvm/trunk/lib/Target/ARM/ARMInstrFormats.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMInstrFormats.td?rev=123769&r1=123768&r2=123769&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMInstrFormats.td (original)
+++ llvm/trunk/lib/Target/ARM/ARMInstrFormats.td Tue Jan 18 13:59:19 2011
@@ -84,6 +84,7 @@
 // ARM Instruction flags.  These need to match ARMBaseInstrInfo.h.
 //
 
+// FIXME: Once the JIT is MC-ized, these can go away.
 // Addressing mode.
 class AddrMode<bits<5> val> {
   bits<5> Value = val;





More information about the llvm-commits mailing list