Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(317)

Unified Diff: test/cctest/compiler/test-instruction.cc

Issue 1259203002: [turbofan] Implement tail calls with differing stack parameter counts (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix bugs in frameless tail calls Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/cctest/compiler/test-instruction.cc
diff --git a/test/cctest/compiler/test-instruction.cc b/test/cctest/compiler/test-instruction.cc
index d3c457758847637c30fcba3614b366f9a51d81ad..d4f9faf294d01cd653c1fc1572698b7f4f963aa9 100644
--- a/test/cctest/compiler/test-instruction.cc
+++ b/test/cctest/compiler/test-instruction.cc
@@ -50,7 +50,7 @@ class InstructionTester : public HandleAndZoneScope {
InstructionBlocks* instruction_blocks =
TestInstrSeq::InstructionBlocksFor(main_zone(), &schedule);
code = new (main_zone())
- TestInstrSeq(main_isolate(), main_zone(), instruction_blocks);
+ TestInstrSeq(main_isolate(), main_zone(), instruction_blocks, nullptr);
}
Node* Int32Constant(int32_t val) {

Powered by Google App Engine
This is Rietveld 408576698