diff options
| author | Bob Wilson <bob.wilson@apple.com> | 2011-02-07 17:43:09 +0000 |
|---|---|---|
| committer | Bob Wilson <bob.wilson@apple.com> | 2011-02-07 17:43:09 +0000 |
| commit | f3c8df3202ded533fd19eacfc345b9b6974b2a5f (patch) | |
| tree | 2617c4cbf1a3d8c309cc566b55c10b5c3648eced /llvm/lib/Target | |
| parent | 3dfe81535881de541ff29c1fd19fa8dcf792fc7d (diff) | |
| download | bcm5719-llvm-f3c8df3202ded533fd19eacfc345b9b6974b2a5f.tar.gz bcm5719-llvm-f3c8df3202ded533fd19eacfc345b9b6974b2a5f.zip | |
Fix a comment: addrmode6 no longer includes the optional writeback flag.
llvm-svn: 125011
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMInstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrInfo.td b/llvm/lib/Target/ARM/ARMInstrInfo.td index 61a0045bd5d..e8887652ee1 100644 --- a/llvm/lib/Target/ARM/ARMInstrInfo.td +++ b/llvm/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]>{ |

