From: Jim Grosbach Date: Mon, 15 Aug 2011 16:52:24 +0000 (+0000) Subject: Update comment to reflect MC target machine refactor. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8757a4c6aba86111bacc49879d1f1c260f4631d4;p=oota-llvm.git 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 --- diff --git a/lib/Target/ARM/ARMInstrFormats.td b/lib/Target/ARM/ARMInstrFormats.td index f666f4ec73a..98266f8dcf8 100644 --- a/lib/Target/ARM/ARMInstrFormats.td +++ b/lib/Target/ARM/ARMInstrFormats.td @@ -240,7 +240,7 @@ class InstTemplate(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;