projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c988258
)
Remove mention of {ADD,SUB}_PARTS. They were removed in r26255.
author
Hans Wennborg
<hans@hanshq.net>
Thu, 12 Nov 2015 13:18:20 +0000
(13:18 +0000)
committer
Hans Wennborg
<hans@hanshq.net>
Thu, 12 Nov 2015 13:18:20 +0000
(13:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252883
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/ISDOpcodes.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/ISDOpcodes.h
b/include/llvm/CodeGen/ISDOpcodes.h
index c7f54655f84b7aa85d14ee2b8122a8ed4f701211..975bade748c80bbe56c5b129578f81ab9939ae97 100644
(file)
--- 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,