[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAG.h
Evan Cheng
evan.cheng at apple.com
Thu Jul 27 00:37:01 PDT 2006
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAG.h updated: 1.103 -> 1.104
---
Log message:
AssignNodeIds should return unsigned.
---
Diffs of the changes: (+1 -1)
SelectionDAG.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/CodeGen/SelectionDAG.h
diff -u llvm/include/llvm/CodeGen/SelectionDAG.h:1.103 llvm/include/llvm/CodeGen/SelectionDAG.h:1.104
--- llvm/include/llvm/CodeGen/SelectionDAG.h:1.103 Thu Jul 27 01:38:21 2006
+++ llvm/include/llvm/CodeGen/SelectionDAG.h Thu Jul 27 02:36:47 2006
@@ -424,7 +424,7 @@
/// AssignNodeIds - Assign a unique node id for each node in the DAG. It
/// returns the maximum id.
- int AssignNodeIds();
+ unsigned AssignNodeIds();
void dump() const;
More information about the llvm-commits
mailing list