summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2019-11-04 16:00:32 +0100
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2019-11-04 16:01:14 +0100
commitd4a7855b68d4d53f121209333d5f2796731ab1f5 (patch)
tree1d18d0e98b195f8865afb51885546ae1917509f8 /llvm/lib
parent4168a2e9de35f84abb90fecd03f06a8e131c50fc (diff)
downloadbcm5719-llvm-d4a7855b68d4d53f121209333d5f2796731ab1f5.tar.gz
bcm5719-llvm-d4a7855b68d4d53f121209333d5f2796731ab1f5.zip
[SystemZ] Fix typo
Typo in comment. NFC.
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/SystemZ/SystemZISelLowering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZISelLowering.h b/llvm/lib/Target/SystemZ/SystemZISelLowering.h
index 23cdcc72bc4..7391365bda4 100644
--- a/llvm/lib/Target/SystemZ/SystemZISelLowering.h
+++ b/llvm/lib/Target/SystemZ/SystemZISelLowering.h
@@ -245,7 +245,7 @@ enum NodeType : unsigned {
VICMPHS,
VICMPHLS,
- // Compare floating-point vector operands 0 and 1 to preoduce the usual 0/-1
+ // Compare floating-point vector operands 0 and 1 to produce the usual 0/-1
// vector result. VFCMPE is for "ordered and equal", VFCMPH for "ordered and
// greater than" and VFCMPHE for "ordered and greater than or equal to".
VFCMPE,
OpenPOWER on IntegriCloud