mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-16 06:49:58 +00:00
Update comment to reflect MC target machine refactor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137615 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fe7a071a19
commit
8757a4c6ab
@ -240,7 +240,7 @@ class InstTemplate<AddrMode am, int sz, IndexMode im,
|
||||
// If this is a pseudo instruction, mark it isCodeGenOnly.
|
||||
let isCodeGenOnly = !eq(!cast<string>(f), "Pseudo");
|
||||
|
||||
// The layout of TSFlags should be kept in sync with ARMBaseInstrInfo.h.
|
||||
// The layout of TSFlags should be kept in sync with ARMBaseInfo.h.
|
||||
let TSFlags{4-0} = AM.Value;
|
||||
let TSFlags{6-5} = IndexModeBits;
|
||||
let TSFlags{12-7} = Form;
|
||||
|
Loading…
x
Reference in New Issue
Block a user