Remove trailing whitespace to reduce later commit patch noise.
authorScott Michel <scottm@aero.org>
Tue, 17 Feb 2009 22:15:04 +0000 (22:15 +0000)
committerScott Michel <scottm@aero.org>
Tue, 17 Feb 2009 22:15:04 +0000 (22:15 +0000)
commitfdc40a0a696c658d550d894ea03772e5f8af2c94
treec66e9803073bc6ee73dff77689012d11557a9753
parent36375ee7a584343fabaf20630326f1848263bce6
Remove trailing whitespace to reduce later commit patch noise.

(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.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64827 91177308-0d34-0410-b5e6-96231b3b80d8
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