Remove mention of {ADD,SUB}_PARTS. They were removed in r26255.
[oota-llvm.git] / 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
-    /// 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,