Index: src/IceTargetLoweringX8632.cpp |
diff --git a/src/IceTargetLoweringX8632.cpp b/src/IceTargetLoweringX8632.cpp |
index 999556ea7cef12a2bef88c06e4813039a192ae40..dc9a0e58d369003dc749be36e98e87b1eeee41cd 100644 |
--- a/src/IceTargetLoweringX8632.cpp |
+++ b/src/IceTargetLoweringX8632.cpp |
@@ -4702,7 +4702,7 @@ void TargetGlobalInitX8632::lower(const VariableDeclaration &Var) { |
llvm::cast<VariableDeclaration::RelocInitializer>(Init); |
Str << "\t.long\t"; |
Str << Reloc->getDeclaration()->mangleName(Ctx); |
- if (VariableDeclaration::RelocOffsetType Offset = Reloc->getOffset()) { |
+ if (RelocOffsetT Offset = Reloc->getOffset()) { |
if (Offset >= 0 || (Offset == INT32_MIN)) |
Str << " + " << Offset; |
else |