From: Hans Wennborg Date: Thu, 12 Nov 2015 13:18:20 +0000 (+0000) Subject: Remove mention of {ADD,SUB}_PARTS. They were removed in r26255. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=73fcc448d398e62f909f6c67240588179b3a2f43;p=oota-llvm.git Remove mention of {ADD,SUB}_PARTS. They were removed in r26255. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252883 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/ISDOpcodes.h b/include/llvm/CodeGen/ISDOpcodes.h index c7f54655f84..975bade748c 100644 --- a/include/llvm/CodeGen/ISDOpcodes.h +++ b/include/llvm/CodeGen/ISDOpcodes.h @@ -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,