Missing file from last commit.
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4750 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
8a2637fba9
commit
7e460811b9
@ -44,12 +44,6 @@ void CodeGenerator::LoadConditionAndSpill(Expression* expression,
|
||||
}
|
||||
|
||||
|
||||
void CodeGenerator::LoadAndSpill(Expression* expression) {
|
||||
ASSERT(VirtualFrame::SpilledScope::is_spilled());
|
||||
Load(expression);
|
||||
}
|
||||
|
||||
|
||||
void CodeGenerator::VisitAndSpill(Statement* statement) {
|
||||
Visit(statement);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user