| Index: src/IceTargetLoweringX8632.cpp
|
| diff --git a/src/IceTargetLoweringX8632.cpp b/src/IceTargetLoweringX8632.cpp
|
| index 4237e16f454cdc2a42138a300be419063122bca9..0576add554dd4fa18a98b822d0352596e5210586 100644
|
| --- a/src/IceTargetLoweringX8632.cpp
|
| +++ b/src/IceTargetLoweringX8632.cpp
|
| @@ -4723,7 +4723,8 @@ const char *PoolTypeConverter<double>::PrintfString = "0x%llx";
|
|
|
| template <typename T>
|
| void TargetDataX8632::emitConstantPool(GlobalContext *Ctx) {
|
| - // Note: Still used by emit IAS.
|
| + if (!ALLOW_DUMP)
|
| + return;
|
| Ostream &Str = Ctx->getStrEmit();
|
| Type Ty = T::Ty;
|
| SizeT Align = typeAlignInBytes(Ty);
|
|
|