diff options
| author | Jim Grosbach <grosbach@apple.com> | 2011-08-15 16:52:24 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2011-08-15 16:52:24 +0000 |
| commit | 30694dcdebd232e69a079b3728c16d3e51c124e6 (patch) | |
| tree | eab4a87bcc6bec639cf5173ecf5e58a2c38bf70b /llvm/lib | |
| parent | d0b8505a642c3793d2535c5df09a9e8118bdb5aa (diff) | |
| download | bcm5719-llvm-30694dcdebd232e69a079b3728c16d3e51c124e6.tar.gz bcm5719-llvm-30694dcdebd232e69a079b3728c16d3e51c124e6.zip | |
Update comment to reflect MC target machine refactor.
llvm-svn: 137615
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMInstrFormats.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrFormats.td b/llvm/lib/Target/ARM/ARMInstrFormats.td index f666f4ec73a..98266f8dcf8 100644 --- a/llvm/lib/Target/ARM/ARMInstrFormats.td +++ b/llvm/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 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; |

