Index: src/IceInst.cpp |
diff --git a/src/IceInst.cpp b/src/IceInst.cpp |
index 4aa6e6947fc030c5c14ba32faa8ee07b21c9b2c0..c9eb95e2a2fabed29c140c1c8beb52e3180ea1c5 100644 |
--- a/src/IceInst.cpp |
+++ b/src/IceInst.cpp |
@@ -709,7 +709,6 @@ void InstFakeDef::emit(const Cfg *Func) const { |
getDest()->emit(Func); |
Str << " = def.pseudo "; |
emitSources(Func); |
- Str << "\n"; |
} |
void InstFakeDef::dump(const Cfg *Func) const { |
@@ -724,7 +723,6 @@ void InstFakeUse::emit(const Cfg *Func) const { |
Str << "\t# "; |
Str << "use.pseudo "; |
emitSources(Func); |
- Str << "\n"; |
} |
void InstFakeUse::dump(const Cfg *Func) const { |
@@ -740,7 +738,6 @@ void InstFakeKill::emit(const Cfg *Func) const { |
Str << "// "; |
Str << "kill.pseudo "; |
emitSources(Func); |
- Str << "\n"; |
} |
void InstFakeKill::dump(const Cfg *Func) const { |