| Index: src/IceInstX86BaseImpl.h
|
| diff --git a/src/IceInstX86BaseImpl.h b/src/IceInstX86BaseImpl.h
|
| index b80a169e2096072ac92c56141e24af1aab55279c..64d235e6e57211e900396a7f999a50db10643e1f 100644
|
| --- a/src/IceInstX86BaseImpl.h
|
| +++ b/src/IceInstX86BaseImpl.h
|
| @@ -98,6 +98,8 @@ InstImpl<TraitsType>::InstX86Label::InstX86Label(Cfg *Func,
|
|
|
| template <typename TraitsType>
|
| IceString InstImpl<TraitsType>::InstX86Label::getName(const Cfg *Func) const {
|
| + if (!BuildDefs::dump())
|
| + return IceString();
|
| return ".L" + Func->getFunctionName() + "$local$__" + std::to_string(Number);
|
| }
|
|
|
|
|