mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 20:29:53 +00:00
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:
parent
fb67faa661
commit
ff12a8bd99
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user