aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-02-14 23:05:54 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-02-14 23:05:54 +0000
commitdea7245997f37972ed2f94d4ca1ec50c5af5000a (patch)
tree2b6a18a4d63fbd3823690d22f483d18e3ef0ed39
parentc27e056d4fd7f6ecdd8e40eb92230be380c5c8c9 (diff)
downloadexternal_llvm-dea7245997f37972ed2f94d4ca1ec50c5af5000a.zip
external_llvm-dea7245997f37972ed2f94d4ca1ec50c5af5000a.tar.gz
external_llvm-dea7245997f37972ed2f94d4ca1ec50c5af5000a.tar.bz2
Doh again!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26188 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 820fb4e..8caa5c3 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -1598,7 +1598,7 @@ static bool MeetsMaxMemopRequirement(std::vector<MVT::ValueType> &MemOps,
if (VT > LVT)
VT = LVT;
- unsigned NumMemOps;
+ unsigned NumMemOps = 0;
while (Size != 0) {
unsigned VTSize = getSizeInBits(VT) / 8;
while (VTSize > Size) {