summaryrefslogtreecommitdiffstats
path: root/src/hydrogen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/hydrogen.cc')
-rw-r--r--src/hydrogen.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/hydrogen.cc b/src/hydrogen.cc
index 921aba10..fd7560a3 100644
--- a/src/hydrogen.cc
+++ b/src/hydrogen.cc
@@ -7465,14 +7465,6 @@ void HGraphBuilder::GenerateNumberToString(CallRuntime* call) {
}
-// Fast swapping of elements. Takes three expressions, the object and two
-// indices. This should only be used if the indices are known to be
-// non-negative and within bounds of the elements array at the call site.
-void HGraphBuilder::GenerateSwapElements(CallRuntime* call) {
- return Bailout("inlined runtime function: SwapElements");
-}
-
-
// Fast call for custom callbacks.
void HGraphBuilder::GenerateCallFunction(CallRuntime* call) {
// 1 ~ The function to call is not itself an argument to the call.