[llvm-commits] [llvm] r64827 - in /llvm/trunk: include/llvm/CodeGen/SelectionDAG.h include/llvm/CodeGen/SelectionDAGNodes.h lib/CodeGen/SelectionDAG/DAGCombiner.cpp lib/CodeGen/SelectionDAG/LegalizeDAG.cpp lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp lib/CodeGen/SelectionDAG/SelectionDAG.cpp lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp lib/Target/PowerPC/PPCISelLowering.cpp lib/Target/X86/X86ISelLowering.cpp
Duncan Sands
baldrick at free.fr
Tue Feb 17 14:20:32 PST 2009
Hi Scott,
> (Note: Eventually, commits like this will be handled via a pre-commit hook that
> does this automagically, as well as expand tabs to spaces and look for 80-col
> violations.)
the last time I read the subversion book, it recommended not doing this.
They instead advised having a script that rejects a commit if it introduces
trailing whitespace.
Ciao,
Duncan.
More information about the llvm-commits
mailing list