[llvm] 9fe7d38 - [X86] Reflow comment to fit 80 columns. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 2 12:19:40 PST 2023


Author: Craig Topper
Date: 2023-02-02T12:19:31-08:00
New Revision: 9fe7d38e240a04cfb19cbc205542c4006bd2ba26

URL: https://github.com/llvm/llvm-project/commit/9fe7d38e240a04cfb19cbc205542c4006bd2ba26
DIFF: https://github.com/llvm/llvm-project/commit/9fe7d38e240a04cfb19cbc205542c4006bd2ba26.diff

LOG: [X86] Reflow comment to fit 80 columns. NFC

Added: 
    

Modified: 
    llvm/lib/Target/X86/X86ISelLowering.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/X86/X86ISelLowering.h b/llvm/lib/Target/X86/X86ISelLowering.h
index c41b5fdbeca88..288e0e488bf67 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.h
+++ b/llvm/lib/Target/X86/X86ISelLowering.h
@@ -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,
 


        


More information about the llvm-commits mailing list