[llvm-commits] [llvm] r104410 - /llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Bob Wilson
bob.wilson at apple.com
Fri May 21 16:53:55 PDT 2010
Author: bwilson
Date: Fri May 21 18:53:55 2010
New Revision: 104410
URL: http://llvm.org/viewvc/llvm-project?rev=104410&view=rev
Log:
Clean up extra whitespace.
Modified:
llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Modified: llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp?rev=104410&r1=104409&r2=104410&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp Fri May 21 18:53:55 2010
@@ -6281,7 +6281,6 @@
// 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
More information about the llvm-commits
mailing list