diff options
author | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-12-24 15:22:39 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-12-24 15:22:39 +0000 |
commit | 002019a2850ce1255f93c0ef4aed1796e62931a2 (patch) | |
tree | e8919f2016276336804f2013564ad83d4bdcaaf6 | |
parent | 41350a52ca81e7174f8b2b4049cf98401949df10 (diff) | |
download | llvm-002019a2850ce1255f93c0ef4aed1796e62931a2.zip llvm-002019a2850ce1255f93c0ef4aed1796e62931a2.tar.gz llvm-002019a2850ce1255f93c0ef4aed1796e62931a2.tar.bz2 |
Fix typo.
llvm-svn: 197986
-rw-r--r-- | llvm/lib/Target/SystemZ/SystemZISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp b/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp index 2597200..c22089d 100644 --- a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp +++ b/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp @@ -2271,7 +2271,7 @@ SDValue SystemZTargetLowering::lowerATOMIC_LOAD_OP(SDValue Op, } // Op is an ATOMIC_LOAD_SUB operation. Lower 8- and 16-bit operations -// two into ATOMIC_LOADW_SUBs and decide whether to convert 32- and 64-bit +// into ATOMIC_LOADW_SUBs and decide whether to convert 32- and 64-bit // operations into additions. SDValue SystemZTargetLowering::lowerATOMIC_LOAD_SUB(SDValue Op, SelectionDAG &DAG) const { |