projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e07b30
)
Silence a warning.
author
Owen Anderson
<resistor@mac.com>
Tue, 22 May 2007 18:13:40 +0000
(18:13 +0000)
committer
Owen Anderson
<resistor@mac.com>
Tue, 22 May 2007 18:13:40 +0000
(18:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37288
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/DwarfWriter.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/DwarfWriter.cpp
b/lib/CodeGen/DwarfWriter.cpp
index 7076190c3d2f2c032c15644749e7f6d1123df46f..23ce4b2bf442a94c11e01377a90545ee976a48b4 100644
(file)
--- a/
lib/CodeGen/DwarfWriter.cpp
+++ b/
lib/CodeGen/DwarfWriter.cpp
@@
-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];