aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2011-02-07 17:43:09 +0000
committerBob Wilson <bob.wilson@apple.com>2011-02-07 17:43:09 +0000
commitd3a076503bfa3cac293f9d92b810da031bbb2800 (patch)
treeb7073253a60086159aa14b5d73e13812151f0c96 /lib/Target
parent09989945e204d3d3434ae9f3392c335b25a1ac84 (diff)
downloadexternal_llvm-d3a076503bfa3cac293f9d92b810da031bbb2800.zip
external_llvm-d3a076503bfa3cac293f9d92b810da031bbb2800.tar.gz
external_llvm-d3a076503bfa3cac293f9d92b810da031bbb2800.tar.bz2
Fix a comment: addrmode6 no longer includes the optional writeback flag.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125011 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r--lib/Target/ARM/ARMInstrInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td
index 61a0045..e888765 100644
--- a/lib/Target/ARM/ARMInstrInfo.td
+++ b/lib/Target/ARM/ARMInstrInfo.td
@@ -552,7 +552,7 @@ def addrmode5 : Operand<i32>,
let EncoderMethod = "getAddrMode5OpValue";
}
-// addrmode6 := reg with optional writeback
+// addrmode6 := reg with optional alignment
//
def addrmode6 : Operand<i32>,
ComplexPattern<i32, 2, "SelectAddrMode6", [], [SDNPWantParent]>{