Index: src/IceTargetLoweringX8632.cpp |
diff --git a/src/IceTargetLoweringX8632.cpp b/src/IceTargetLoweringX8632.cpp |
index ea1f013553a237afb1281ea9511ea46d276332af..501cdd733f2926220d130ecb879f546f6987f653 100644 |
--- a/src/IceTargetLoweringX8632.cpp |
+++ b/src/IceTargetLoweringX8632.cpp |
@@ -4710,14 +4710,6 @@ void TargetGlobalInitX8632::lower(const VariableDeclaration &Var) { |
Str << "\n"; |
break; |
} |
- default: { |
- std::string Buffer; |
- llvm::raw_string_ostream StrBuf(Buffer); |
- StrBuf << "Unable to lower initializer: "; |
- Init->dump(StrBuf); |
- llvm::report_fatal_error(StrBuf.str()); |
- break; |
- } |
} |
} |
} else if (IsConstant || IsExternal) |