| Index: src/IceInstX8632.h
|
| diff --git a/src/IceInstX8632.h b/src/IceInstX8632.h
|
| index 177843705355b9660a574fb233a0255d22929705..21a95ba2cf077a00c6ca26ef6ae3e809763adb72 100644
|
| --- a/src/IceInstX8632.h
|
| +++ b/src/IceInstX8632.h
|
| @@ -464,7 +464,6 @@ public:
|
| assert(getSrcSize() == 1);
|
| Str << "\t" << Opcode << "\t";
|
| getSrc(0)->emit(Func);
|
| - Str << "\n";
|
| }
|
| void emitIAS(const Cfg *Func) const override {
|
| assert(getSrcSize() == 1);
|
| @@ -515,7 +514,6 @@ public:
|
| getDest()->emit(Func);
|
| Str << ", ";
|
| getSrc(0)->emit(Func);
|
| - Str << "\n";
|
| }
|
| void emitIAS(const Cfg *Func) const override {
|
| assert(getSrcSize() == 1);
|
| @@ -563,7 +561,6 @@ public:
|
| getDest()->emit(Func);
|
| Str << ", ";
|
| getSrc(0)->emit(Func);
|
| - Str << "\n";
|
| }
|
| void emitIAS(const Cfg *Func) const override {
|
| Type Ty = getDest()->getType();
|
| @@ -784,7 +781,6 @@ public:
|
| getSrc(1)->emit(Func);
|
| Str << ", ";
|
| getSrc(2)->emit(Func);
|
| - Str << "\n";
|
| }
|
| void emitIAS(const Cfg *Func) const override;
|
| void dump(const Cfg *Func) const override {
|
| @@ -827,7 +823,6 @@ public:
|
| getSrc(0)->emit(Func);
|
| Str << ", ";
|
| getSrc(1)->emit(Func);
|
| - Str << "\n";
|
| }
|
| void emitIAS(const Cfg *Func) const override;
|
| void dump(const Cfg *Func) const override {
|
|
|