summaryrefslogtreecommitdiff
path: root/src/s2wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s2wasm.h')
-rw-r--r--src/s2wasm.h1
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>();