[llvm] r252883 - Remove mention of {ADD, SUB}_PARTS. They were removed in r26255.

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 12 05:18:20 PST 2015


Author: hans
Date: Thu Nov 12 07:18:20 2015
New Revision: 252883

URL: http://llvm.org/viewvc/llvm-project?rev=252883&view=rev
Log:
Remove mention of {ADD,SUB}_PARTS. They were removed in r26255.

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

Modified: llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h?rev=252883&r1=252882&r2=252883&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h Thu Nov 12 07:18:20 2015
@@ -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,
 




More information about the llvm-commits mailing list