summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-12-25 11:39:50 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-12-25 18:41:00 -0500
commitf9a5d31370a0e021c3384245f19a2c751afa02ea (patch)
tree263747732311453afba0db1b29e6642a2e8946ff /src
parentb9dd33226924ac299166169b1b58a00aae20b85a (diff)
downloadbinaryen-f9a5d31370a0e021c3384245f19a2c751afa02ea.tar.gz
binaryen-f9a5d31370a0e021c3384245f19a2c751afa02ea.tar.bz2
binaryen-f9a5d31370a0e021c3384245f19a2c751afa02ea.zip
no need to reverse call operands anymore
Diffstat (limited to 'src')
-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>();