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:
fe7a071
)
Update comment to reflect MC target machine refactor.
author
Jim Grosbach
<grosbach@apple.com>
Mon, 15 Aug 2011 16:52:24 +0000
(16:52 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Mon, 15 Aug 2011 16:52:24 +0000
(16:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137615
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 f666f4ec73a9bb88ce9d2873544321273e17df9e..98266f8dcf8edbefcf99063142635ae3e597340d 100644
(file)
--- a/
lib/Target/ARM/ARMInstrFormats.td
+++ b/
lib/Target/ARM/ARMInstrFormats.td
@@
-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 ARMBaseIn
strIn
fo.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;