summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-08-15 16:52:24 +0000
committerJim Grosbach <grosbach@apple.com>2011-08-15 16:52:24 +0000
commit30694dcdebd232e69a079b3728c16d3e51c124e6 (patch)
treeeab4a87bcc6bec639cf5173ecf5e58a2c38bf70b /llvm/lib
parentd0b8505a642c3793d2535c5df09a9e8118bdb5aa (diff)
downloadbcm5719-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.td2
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;
OpenPOWER on IntegriCloud