| Index: src/IceInstARM32.cpp
|
| diff --git a/src/IceInstARM32.cpp b/src/IceInstARM32.cpp
|
| index 24a9e0bbd8f4a506f4a488b5c6f1ead4bfcfe702..2c2b210e11eb2821e02a134953a03b0c50e791dd 100644
|
| --- a/src/IceInstARM32.cpp
|
| +++ b/src/IceInstARM32.cpp
|
| @@ -975,7 +975,6 @@ void InstARM32Call::emit(const Cfg *Func) const {
|
| << "\t";
|
| getCallTarget()->emit(Func);
|
| }
|
| - Func->getTarget()->resetStackAdjustment();
|
| }
|
|
|
| void InstARM32Call::emitIAS(const Cfg *Func) const {
|
| @@ -995,7 +994,6 @@ void InstARM32Call::emitIAS(const Cfg *Func) const {
|
| }
|
| if (Asm->needsTextFixup())
|
| return emitUsingTextFixup(Func);
|
| - Func->getTarget()->resetStackAdjustment();
|
| }
|
|
|
| void InstARM32Call::dump(const Cfg *Func) const {
|
|
|