| Index: src/IceInst.cpp
|
| diff --git a/src/IceInst.cpp b/src/IceInst.cpp
|
| index bd68e68e5749bf6ecd6475e17a54ccf65831d69e..294629620ddaacec790cad13c9ac62f5f208338a 100644
|
| --- a/src/IceInst.cpp
|
| +++ b/src/IceInst.cpp
|
| @@ -857,6 +857,7 @@ void InstBundleLock::emit(const Cfg *Func) const {
|
| Str << "\talign_to_end";
|
| break;
|
| }
|
| + Str << "\n";
|
| }
|
|
|
| void InstBundleLock::dump(const Cfg *Func) const {
|
| @@ -878,6 +879,7 @@ void InstBundleUnlock::emit(const Cfg *Func) const {
|
| return;
|
| Ostream &Str = Func->getContext()->getStrEmit();
|
| Str << "\t.bundle_unlock";
|
| + Str << "\n";
|
| }
|
|
|
| void InstBundleUnlock::dump(const Cfg *Func) const {
|
|
|