1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

Silence a warning.

llvm-svn: 37288
This commit is contained in:
Owen Anderson 2007-05-22 18:13:40 +00:00
parent 53a2f3b4e4
commit fd5693fcc4

View File

@ -2996,7 +2996,7 @@ private:
// Look at each landing pad site to compute size. We need the size of each
// landing pad site info and the size of the landing pad's actions.
signed FirstAction;
signed FirstAction = 0;
for (unsigned i = 0, N = LandingPads.size(); i != N; ++i) {
const LandingPadInfo *LandingPad = LandingPads[i];