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:
4759982
)
fix a comment
author
Chris Lattner
<sabre@nondot.org>
Sat, 2 Apr 2005 03:59:45 +0000
(
03:59
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 2 Apr 2005 03:59:45 +0000
(
03:59
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21003
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/SelectionDAGNodes.h
b/include/llvm/CodeGen/SelectionDAGNodes.h
index cd8597baed7a82dc22be0d724ab7a4824e335c6e..5b8136b49fc8a262bea76ebaa78dfc5b72e41b95 100644
(file)
--- a/
include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/
include/llvm/CodeGen/SelectionDAGNodes.h
@@
-114,7
+114,7
@@
namespace ISD {
// SHL_PARTS/SRA_PARTS/SRL_PARTS - These operators are used for expanded
// integer shift operations, just like ADD/SUB_PARTS. The operation
// ordering is:
- // [Lo,Hi] = op [LoLHS,HiLHS],
[LoRHS,HiRHS]
+ // [Lo,Hi] = op [LoLHS,HiLHS],
Amt
SHL_PARTS, SRA_PARTS, SRL_PARTS,
// Conversion operators. These are all single input single output