diff options
-rw-r--r-- | src/s2wasm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/s2wasm.h b/src/s2wasm.h index dc40ece65..a328218f8 100644 --- a/src/s2wasm.h +++ b/src/s2wasm.h @@ -569,7 +569,6 @@ private: curr->operands.push_back(inputs[i]); } } - std::reverse(curr->operands.begin(), curr->operands.end()); setOutput(curr, assign); if (curr->is<CallIndirect>()) { auto call = curr->dyn_cast<CallIndirect>(); |