From dea7245997f37972ed2f94d4ca1ec50c5af5000a Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Tue, 14 Feb 2006 23:05:54 +0000 Subject: [PATCH] Doh again! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26188 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 820fb4e7bfe..8caa5c32bcd 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -1598,7 +1598,7 @@ static bool MeetsMaxMemopRequirement(std::vector &MemOps, if (VT > LVT) VT = LVT; - unsigned NumMemOps; + unsigned NumMemOps = 0; while (Size != 0) { unsigned VTSize = getSizeInBits(VT) / 8; while (VTSize > Size) {