[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAG.h
Chris Lattner
lattner at cs.uiuc.edu
Tue Aug 29 22:57:06 PDT 2006
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAG.h updated: 1.128 -> 1.129
---
Log message:
fix 80 column issue
---
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.128 llvm/include/llvm/CodeGen/SelectionDAG.h:1.129
--- llvm/include/llvm/CodeGen/SelectionDAG.h:1.128 Tue Aug 29 01:42:10 2006
+++ llvm/include/llvm/CodeGen/SelectionDAG.h Wed Aug 30 00:56:52 2006
@@ -135,7 +135,7 @@
}
- //===----------------------------------------------------------------------===//
+ //===--------------------------------------------------------------------===//
// Node creation methods.
//
SDOperand getString(const std::string &Val);
More information about the llvm-commits
mailing list