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

Unified Diff: src/compiler/common-operator.h

Issue 1994503002: [turbofan] Turn common Guard operator into simplified TypeGuard. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | src/compiler/common-operator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/common-operator.h
diff --git a/src/compiler/common-operator.h b/src/compiler/common-operator.h
index cb3a5154a11b0273e18c0e70ded8c042a022e8b3..c2a7a37a08122b1c8111e9b375f1410b6e8bde90 100644
--- a/src/compiler/common-operator.h
+++ b/src/compiler/common-operator.h
@@ -12,10 +12,6 @@
namespace v8 {
namespace internal {
-
-// Forward declarations.
-class Type;
-
namespace compiler {
// Forward declarations.
@@ -191,7 +187,6 @@ class CommonOperatorBuilder final : public ZoneObject {
int value_input_count);
const Operator* EffectPhi(int effect_input_count);
const Operator* CheckPoint();
- const Operator* Guard(Type* type);
const Operator* BeginRegion();
const Operator* FinishRegion();
const Operator* StateValues(int arguments);
« no previous file with comments | « no previous file | src/compiler/common-operator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698