Commit fea10e32 authored by Michael Starzinger's avatar Michael Starzinger Committed by Commit Bot

[turbofan] Remove dead (and scary) {OsrHelper} constructor.

R=neis@chromium.org

Change-Id: I23298e2c0adcfdc4e6e963e98cde641bef9cdb5b
Reviewed-on: https://chromium-review.googlesource.com/539296Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#45996}
parent 5524aca3
......@@ -92,10 +92,6 @@ class Linkage;
class OsrHelper {
public:
explicit OsrHelper(CompilationInfo* info);
// Only for testing.
OsrHelper(size_t parameter_count, size_t stack_slot_count)
: parameter_count_(parameter_count),
stack_slot_count_(stack_slot_count) {}
// Deconstructs the artificial {OsrNormalEntry} and rewrites the graph so
// that only the path corresponding to {OsrLoopEntry} remains.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment