[llvm] d4a7855 - [SystemZ] Fix typo
Ulrich Weigand via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 4 07:01:34 PST 2019
Author: Ulrich Weigand
Date: 2019-11-04T16:01:14+01:00
New Revision: d4a7855b68d4d53f121209333d5f2796731ab1f5
URL: https://github.com/llvm/llvm-project/commit/d4a7855b68d4d53f121209333d5f2796731ab1f5
DIFF: https://github.com/llvm/llvm-project/commit/d4a7855b68d4d53f121209333d5f2796731ab1f5.diff
LOG: [SystemZ] Fix typo
Typo in comment. NFC.
Added:
Modified:
llvm/lib/Target/SystemZ/SystemZISelLowering.h
Removed:
################################################################################
diff --git a/llvm/lib/Target/SystemZ/SystemZISelLowering.h b/llvm/lib/Target/SystemZ/SystemZISelLowering.h
index 23cdcc72bc42..7391365bda4d 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,
More information about the llvm-commits
mailing list