diff options
author | Jim Grosbach <grosbach@apple.com> | 2009-11-09 00:11:35 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2009-11-09 00:11:35 +0000 |
commit | d7cf55cd0eaf3664285e746b477c680e1a4775b9 (patch) | |
tree | 154397f2614f80432a90582a340fd6dc0e185777 /llvm/lib/Target/ARM/ARMAddressingModes.h | |
parent | 058088f219006df0d40a47bd2e7c24ea45288a5e (diff) | |
download | bcm5719-llvm-d7cf55cd0eaf3664285e746b477c680e1a4775b9.tar.gz bcm5719-llvm-d7cf55cd0eaf3664285e746b477c680e1a4775b9.zip |
Use Unified Assembly Syntax for the ARM backend.
llvm-svn: 86494
Diffstat (limited to 'llvm/lib/Target/ARM/ARMAddressingModes.h')
-rw-r--r-- | llvm/lib/Target/ARM/ARMAddressingModes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMAddressingModes.h b/llvm/lib/Target/ARM/ARMAddressingModes.h index 6ee1b68efaa..ddeb1b994e8 100644 --- a/llvm/lib/Target/ARM/ARMAddressingModes.h +++ b/llvm/lib/Target/ARM/ARMAddressingModes.h @@ -520,8 +520,8 @@ namespace ARM_AM { return ((AM5Opc >> 8) & 1) ? sub : add; } - /// getAM5Opc - This function encodes the addrmode5 opc field for FLDM and - /// FSTM instructions. + /// getAM5Opc - This function encodes the addrmode5 opc field for VLDM and + /// VSTM instructions. static inline unsigned getAM5Opc(AMSubMode SubMode, bool WB, unsigned char Offset) { assert((SubMode == ia || SubMode == db) && |