diff options
author | Bob Wilson <bob.wilson@apple.com> | 2010-05-21 23:53:55 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2010-05-21 23:53:55 +0000 |
commit | 61438fe0644ad15094d3f48b909a1bb874bddf9a (patch) | |
tree | b682a339f2cb8ce10829eb351ebeae0124b6cbeb /llvm/lib/CodeGen | |
parent | 20c38a7c5870d300a4d713c13ac5e761d61d04d7 (diff) | |
download | bcm5719-llvm-61438fe0644ad15094d3f48b909a1bb874bddf9a.tar.gz bcm5719-llvm-61438fe0644ad15094d3f48b909a1bb874bddf9a.zip |
Clean up extra whitespace.
llvm-svn: 104410
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index d575e8a4adc..6253839540c 100644 --- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp @@ -6281,7 +6281,6 @@ SDValue DAGCombiner::visitVECTOR_SHUFFLE(SDNode *N) { // all scalar elements the same. if (cast<ShuffleVectorSDNode>(N)->isSplat()) { SDNode *V = N0.getNode(); - // If this is a bit convert that changes the element type of the vector but // not the number of vector elements, look through it. Be careful not to |