[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
Chris Lattner
lattner at cs.uiuc.edu
Fri Apr 1 20:00:01 PST 2005
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAGNodes.h updated: 1.25 -> 1.26
---
Log message:
fix a comment
---
Diffs of the changes: (+1 -1)
SelectionDAGNodes.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
diff -u llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.25 llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.26
--- llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.25 Fri Apr 1 21:30:33 2005
+++ llvm/include/llvm/CodeGen/SelectionDAGNodes.h Fri Apr 1 21:59:45 2005
@@ -114,7 +114,7 @@
// 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
More information about the llvm-commits
mailing list