diff options
author | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2019-11-04 16:00:32 +0100 |
---|---|---|
committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2019-11-04 16:01:14 +0100 |
commit | d4a7855b68d4d53f121209333d5f2796731ab1f5 (patch) | |
tree | 1d18d0e98b195f8865afb51885546ae1917509f8 /llvm/lib | |
parent | 4168a2e9de35f84abb90fecd03f06a8e131c50fc (diff) | |
download | bcm5719-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.h | 2 |
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, |