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

Unified Diff: src/compiler/code-generator.h

Issue 2207533002: [turbofan] Remove IfExceptionHint from exception projections. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased. Created 4 years, 4 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
« no previous file with comments | « src/compiler/bytecode-graph-builder.cc ('k') | src/compiler/code-generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/code-generator.h
diff --git a/src/compiler/code-generator.h b/src/compiler/code-generator.h
index d7fad787eb43ebe1ff688bd5b6811202cd734a24..ff8e5b9368b65a52ebef8b341f92cd088bbc607d 100644
--- a/src/compiler/code-generator.h
+++ b/src/compiler/code-generator.h
@@ -250,7 +250,6 @@ class CodeGenerator final : public GapResolver::Assembler {
};
struct HandlerInfo {
- HandlerTable::CatchPrediction catch_prediction;
Label* handler;
int pc_offset;
};
« no previous file with comments | « src/compiler/bytecode-graph-builder.cc ('k') | src/compiler/code-generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698