| Index: src/IceTargetLoweringMIPS32.cpp
|
| diff --git a/src/IceTargetLoweringMIPS32.cpp b/src/IceTargetLoweringMIPS32.cpp
|
| index add97b36dd8abcae2d278ed6e015442ee380b2d1..4769ae999cdfa1021dbadaa033fb9ce21a0cd554 100644
|
| --- a/src/IceTargetLoweringMIPS32.cpp
|
| +++ b/src/IceTargetLoweringMIPS32.cpp
|
| @@ -255,6 +255,8 @@ Variable *TargetMIPS32::getPhysicalRegister(SizeT RegNum, Type Ty) {
|
| }
|
|
|
| void TargetMIPS32::emitVariable(const Variable *Var) const {
|
| + if (!BuildDefs::dump())
|
| + return;
|
| Ostream &Str = Ctx->getStrEmit();
|
| (void)Var;
|
| (void)Str;
|
|
|