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

Unified Diff: src/sksl/ir/SkSLExpression.h

Issue 2405383003: added basic dataflow analysis to skslc (Closed)
Patch Set: various fixes Created 4 years, 2 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: src/sksl/ir/SkSLExpression.h
diff --git a/src/sksl/ir/SkSLExpression.h b/src/sksl/ir/SkSLExpression.h
index 92cb37de776bb4c3424d5b7ff8842da85bc8c223..b4ed37c09aaf813496738f56382595b17f956877 100644
--- a/src/sksl/ir/SkSLExpression.h
+++ b/src/sksl/ir/SkSLExpression.h
@@ -33,6 +33,7 @@ struct Expression : public IRNode {
kVariableReference_Kind,
kTernary_Kind,
kTypeReference_Kind,
+ kDefined_Kind
};
Expression(Position position, Kind kind, const Type& type)

Powered by Google App Engine
This is Rietveld 408576698