Index: src/x64/virtual-frame-x64.h |
=================================================================== |
--- src/x64/virtual-frame-x64.h (revision 4545) |
+++ src/x64/virtual-frame-x64.h (working copy) |
@@ -415,6 +415,10 @@ |
result->Unuse(); |
} |
+ // Pushing an expression expects that the expression is trivial (according |
+ // to Expression::IsTrivial). |
+ void Push(Expression* expr); |
+ |
// Nip removes zero or more elements from immediately below the top |
// of the frame, leaving the previous top-of-frame value on top of |
// the frame. Nip(k) is equivalent to x = Pop(), Drop(k), Push(x). |