diff options
author | Hans Wennborg <hans@hanshq.net> | 2015-11-12 13:18:20 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2015-11-12 13:18:20 +0000 |
commit | e7b5fac652dfc8b449eace38be3d746072130192 (patch) | |
tree | 7f7db557944790879fb6e7e3197f429cea2d5e44 | |
parent | 352eb55baf82ed0a0738a4d3558ce5b8ab821888 (diff) | |
download | bcm5719-llvm-e7b5fac652dfc8b449eace38be3d746072130192.tar.gz bcm5719-llvm-e7b5fac652dfc8b449eace38be3d746072130192.zip |
Remove mention of {ADD,SUB}_PARTS. They were removed in r26255.
llvm-svn: 252883
-rw-r--r-- | llvm/include/llvm/CodeGen/ISDOpcodes.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/include/llvm/CodeGen/ISDOpcodes.h b/llvm/include/llvm/CodeGen/ISDOpcodes.h index c7f54655f84..975bade748c 100644 --- a/llvm/include/llvm/CodeGen/ISDOpcodes.h +++ b/llvm/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, |