Chromium Code Reviews| Index: src/IceGlobalInits.cpp |
| diff --git a/src/IceGlobalInits.cpp b/src/IceGlobalInits.cpp |
| index 94a38a12881fdd76c57074f0f345e06707528eba..6787eaf9d1949a74cb3c715a243964857c58dff2 100644 |
| --- a/src/IceGlobalInits.cpp |
| +++ b/src/IceGlobalInits.cpp |
| @@ -230,6 +230,7 @@ void VariableDeclaration::RelocInitializer::dump(GlobalContext *Ctx, |
| Ostream &Stream) const { |
| if (!Ice::BuildDefs::dump()) |
| return; |
| + const RelocOffsetT Offset = getOffset(); |
| if (Offset != 0) { |
| dumpType(Stream); |
| Stream << " add ("; |