summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-12-24 15:22:39 +0000
committerRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-12-24 15:22:39 +0000
commit7f7c0683881a8c7f08fb9e604ba5501890794317 (patch)
tree783a5af58d5a730f576d702d2c194ee8471e269e /lib/Target/SystemZ
parent4c925c60eb87313e4aaa8f67bcffc10dab714923 (diff)
downloadllvm-7f7c0683881a8c7f08fb9e604ba5501890794317.tar.gz
llvm-7f7c0683881a8c7f08fb9e604ba5501890794317.tar.bz2
llvm-7f7c0683881a8c7f08fb9e604ba5501890794317.tar.xz
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197986 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ')
-rw-r--r--lib/Target/SystemZ/SystemZISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SystemZ/SystemZISelLowering.cpp b/lib/Target/SystemZ/SystemZISelLowering.cpp
index 25972007df..c22089d919 100644
--- a/lib/Target/SystemZ/SystemZISelLowering.cpp
+++ b/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 {