projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb67faa
)
Add a FIXME.
author
Jim Grosbach
<grosbach@apple.com>
Tue, 18 Jan 2011 19:59:19 +0000
(19:59 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Tue, 18 Jan 2011 19:59:19 +0000
(19:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123769
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMInstrFormats.td
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMInstrFormats.td
b/lib/Target/ARM/ARMInstrFormats.td
index eee452e8a3ef0ed4452687547280ab8ff0a24bc7..54231a7465a12109fc98fd236a673a71f695fd56 100644
(file)
--- 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<bits<5> val> {
bits<5> Value = val;