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:
parent
53a2f3b4e4
commit
fd5693fcc4
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user