Remove mention of {ADD,SUB}_PARTS. They were removed in r26255.

llvm-svn: 252883
This commit is contained in:
Hans Wennborg 2015-11-12 13:18:20 +00:00
parent 352eb55baf
commit e7b5fac652
1 changed files with 1 additions and 2 deletions

View 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,