diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2006-02-14 23:05:54 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2006-02-14 23:05:54 +0000 |
| commit | 0451499b3c2bbe9a6145eacc2fe36b9aaa979cb7 (patch) | |
| tree | 4ea429b817482acc463a09c67527bf43dfb6aacc /llvm/lib/CodeGen/SelectionDAG | |
| parent | cffbbee8d1903b9fa2547aee194ef964dd824f9a (diff) | |
| download | bcm5719-llvm-0451499b3c2bbe9a6145eacc2fe36b9aaa979cb7.tar.gz bcm5719-llvm-0451499b3c2bbe9a6145eacc2fe36b9aaa979cb7.zip | |
Doh again!
llvm-svn: 26188
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 820fb4e7bfe..8caa5c32bcd 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/llvm/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) { |

