| Index: src/IceTargetLoweringMIPS32.cpp
|
| diff --git a/src/IceTargetLoweringMIPS32.cpp b/src/IceTargetLoweringMIPS32.cpp
|
| index 494f23345ac840df52d2fbd00c13c54612387663..748881e3269d4256c3a3f8d5039ef4642ab353de 100644
|
| --- a/src/IceTargetLoweringMIPS32.cpp
|
| +++ b/src/IceTargetLoweringMIPS32.cpp
|
| @@ -677,7 +677,7 @@ void TargetDataMIPS32::lowerGlobal(const VariableDeclaration &Var) const {
|
| }
|
|
|
| void TargetDataMIPS32::lowerGlobals(
|
| - std::unique_ptr<VariableDeclarationList> Vars) const {
|
| + std::unique_ptr<VariableDeclarationList> Vars) {
|
| switch (Ctx->getFlags().getOutFileType()) {
|
| case FT_Elf: {
|
| ELFObjectWriter *Writer = Ctx->getObjectWriter();
|
| @@ -696,7 +696,7 @@ void TargetDataMIPS32::lowerGlobals(
|
| }
|
| }
|
|
|
| -void TargetDataMIPS32::lowerConstants() const {
|
| +void TargetDataMIPS32::lowerConstants() {
|
| if (Ctx->getFlags().getDisableTranslation())
|
| return;
|
| llvm::report_fatal_error("Not yet implemented");
|
|
|