summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-01-18 19:59:19 +0000
committerJim Grosbach <grosbach@apple.com>2011-01-18 19:59:19 +0000
commitec86bac8b35c8386bd1dfe3a29a781366d4ccfd7 (patch)
tree2a5215a4b8e554b7d5060ed60950e3292ede3e60 /llvm/lib
parent95dbfac459bb363c2c432c43fa05c70cbf757610 (diff)
downloadbcm5719-llvm-ec86bac8b35c8386bd1dfe3a29a781366d4ccfd7.tar.gz
bcm5719-llvm-ec86bac8b35c8386bd1dfe3a29a781366d4ccfd7.zip
Add a FIXME.
llvm-svn: 123769
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMInstrFormats.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrFormats.td b/llvm/lib/Target/ARM/ARMInstrFormats.td
index eee452e8a3e..54231a7465a 100644
--- a/llvm/lib/Target/ARM/ARMInstrFormats.td
+++ b/llvm/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<bits<5> val> {
bits<5> Value = val;
OpenPOWER on IntegriCloud