From f9a5d31370a0e021c3384245f19a2c751afa02ea Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 25 Dec 2015 11:39:50 -0800 Subject: no need to reverse call operands anymore --- src/s2wasm.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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()) { auto call = curr->dyn_cast(); -- cgit v1.2.3