[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAG.h
Chris Lattner
lattner at cs.uiuc.edu
Tue Aug 9 16:09:04 PDT 2005
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAG.h updated: 1.31 -> 1.32
---
Log message:
I can't believe I caught this before Misha! :)
---
Diffs of the changes: (+2 -2)
SelectionDAG.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/include/llvm/CodeGen/SelectionDAG.h
diff -u llvm/include/llvm/CodeGen/SelectionDAG.h:1.31 llvm/include/llvm/CodeGen/SelectionDAG.h:1.32
--- llvm/include/llvm/CodeGen/SelectionDAG.h:1.31 Tue Aug 9 15:19:34 2005
+++ llvm/include/llvm/CodeGen/SelectionDAG.h Tue Aug 9 18:08:53 2005
@@ -207,8 +207,8 @@
// Try to simplify a setcc built with the specified operands and cc. If
// unable to simplify it, return a null SDOperand.
- SDOperand SimplfySetCC(MVT::ValueType VT, SDOperand N1,
- SDOperand N2, ISD::CondCode Cond);
+ SDOperand SimplifySetCC(MVT::ValueType VT, SDOperand N1,
+ SDOperand N2, ISD::CondCode Cond);
// Maps to auto-CSE operations.
More information about the llvm-commits
mailing list