Index: src/hydrogen.cc |
=================================================================== |
--- src/hydrogen.cc (revision 11587) |
+++ src/hydrogen.cc (working copy) |
@@ -8135,14 +8135,6 @@ |
} |
-// 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. |