forked from OSchip/llvm-project
Remove mention of {ADD,SUB}_PARTS. They were removed in r26255.
llvm-svn: 252883
This commit is contained in:
parent
352eb55baf
commit
e7b5fac652
|
@ -373,8 +373,7 @@ namespace ISD {
|
||||||
SETCC,
|
SETCC,
|
||||||
|
|
||||||
/// SHL_PARTS/SRA_PARTS/SRL_PARTS - These operators are used for expanded
|
/// SHL_PARTS/SRA_PARTS/SRL_PARTS - These operators are used for expanded
|
||||||
/// integer shift operations, just like ADD/SUB_PARTS. The operation
|
/// integer shift operations. The operation ordering is:
|
||||||
/// ordering is:
|
|
||||||
/// [Lo,Hi] = op [LoLHS,HiLHS], Amt
|
/// [Lo,Hi] = op [LoLHS,HiLHS], Amt
|
||||||
SHL_PARTS, SRA_PARTS, SRL_PARTS,
|
SHL_PARTS, SRA_PARTS, SRL_PARTS,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue