Changes in directory llvm/lib/CodeGen/SelectionDAG:

SelectionDAGISel.cpp updated: 1.427 -> 1.428
---
Log message:

This was lefted out. Fixed sumarray-dbl.

---
Diffs of the changes:  (+1 -0)

 SelectionDAGISel.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1.427 
llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1.428
--- llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1.427    Tue Apr 24 
23:08:28 2007
+++ llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp  Wed Apr 25 13:33:21 2007
@@ -315,6 +315,7 @@
     while (NumElts > 1 && !TLI.isTypeLegal(VecTy)) {
       NumElts >>= 1;
       NumVectorRegs <<= 1;
+      VecTy = getVectorType(EltTy, NumElts);
     }
 
     // Check that VecTy isn't a 1-element vector.



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to