[llvm] e6ff89d - [SelectionDAG] Fix minor typo in ISDOpcodes.h. NFC

Fraser Cormack via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 21 06:45:54 PDT 2021


Author: Fraser Cormack
Date: 2021-04-21T14:38:07+01:00
New Revision: e6ff89dc2eabf82b52525f3f17494caeeae9d6f7

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

LOG: [SelectionDAG] Fix minor typo in ISDOpcodes.h. NFC

Added: 
    

Modified: 
    llvm/include/llvm/CodeGen/ISDOpcodes.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/CodeGen/ISDOpcodes.h b/llvm/include/llvm/CodeGen/ISDOpcodes.h
index 9a172a98bb487..53de28e56bb51 100644
--- a/llvm/include/llvm/CodeGen/ISDOpcodes.h
+++ b/llvm/include/llvm/CodeGen/ISDOpcodes.h
@@ -611,7 +611,7 @@ enum NodeType {
   MULHU,
   MULHS,
 
-  /// [US]{MIN/MAX} - Binary minimum or maximum or signed or unsigned
+  /// [US]{MIN/MAX} - Binary minimum or maximum of signed or unsigned
   /// integers.
   SMIN,
   SMAX,


        


More information about the llvm-commits mailing list