[X86] Reflow comment to fit 80 columns. NFC
authorCraig Topper <craig.topper@sifive.com>
Thu, 2 Feb 2023 20:17:17 +0000 (12:17 -0800)
committerCraig Topper <craig.topper@sifive.com>
Thu, 2 Feb 2023 20:19:31 +0000 (12:19 -0800)
llvm/lib/Target/X86/X86ISelLowering.h

index c41b5fd..288e0e4 100644 (file)
@@ -886,8 +886,8 @@ namespace llvm {
     AESDECWIDE256KL,
 
     /// Compare and Add if Condition is Met. Compare value in operand 2 with
-    /// value in memory of operand 1. If condition of operand 4 is met, add value
-    /// operand 3 to m32 and write new value in operand 1. Operand 2 is
+    /// value in memory of operand 1. If condition of operand 4 is met, add
+    /// value operand 3 to m32 and write new value in operand 1. Operand 2 is
     /// always updated with the original value from operand 1.
     CMPCCXADD,