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 /llvm/lib | |
parent | 41350a52ca81e7174f8b2b4049cf98401949df10 (diff) | |
download | bcm5719-llvm-002019a2850ce1255f93c0ef4aed1796e62931a2.tar.gz bcm5719-llvm-002019a2850ce1255f93c0ef4aed1796e62931a2.zip |
Fix typo.
llvm-svn: 197986
Diffstat (limited to 'llvm/lib')
-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 25972007df1..c22089d9191 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 { |