Remove mention of {ADD,SUB}_PARTS. They were removed in r26255.
authorHans Wennborg <hans@hanshq.net>
Thu, 12 Nov 2015 13:18:20 +0000 (13:18 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 12 Nov 2015 13:18:20 +0000 (13:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252883 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/ISDOpcodes.h

index c7f54655f84b7aa85d14ee2b8122a8ed4f701211..975bade748c80bbe56c5b129578f81ab9939ae97 100644 (file)
@@ -373,8 +373,7 @@ namespace ISD {
     SETCC,
 
     /// SHL_PARTS/SRA_PARTS/SRL_PARTS - These operators are used for expanded
     SETCC,
 
     /// SHL_PARTS/SRA_PARTS/SRL_PARTS - These operators are used for expanded
-    /// integer shift operations, just like ADD/SUB_PARTS.  The operation
-    /// ordering is:
+    /// integer shift operations.  The operation ordering is:
     ///       [Lo,Hi] = op [LoLHS,HiLHS], Amt
     SHL_PARTS, SRA_PARTS, SRL_PARTS,
 
     ///       [Lo,Hi] = op [LoLHS,HiLHS], Amt
     SHL_PARTS, SRA_PARTS, SRL_PARTS,