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 | 70fe6643d6d16b9a1bb9560d75e60539ba93ba6b (patch) | |
tree | 2e5a26cf4ac1d73739a4871fbdd3351bd0244cfc | |
parent | e81d0105894a7d0cdd9ffb788a10715ed073ac67 (diff) | |
download | external_llvm-70fe6643d6d16b9a1bb9560d75e60539ba93ba6b.zip external_llvm-70fe6643d6d16b9a1bb9560d75e60539ba93ba6b.tar.gz external_llvm-70fe6643d6d16b9a1bb9560d75e60539ba93ba6b.tar.bz2 |
Clean up extra whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104410 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index d575e8a..6253839 100644 --- a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/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 |