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

Unified Diff: runtime/vm/intermediate_language.h

Issue 1575953005: Source position tests for switch and try catch finally (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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: runtime/vm/intermediate_language.h
diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h
index f8497d1c7413b24784eb05e5c565d4801791ccad..876a015020e4c08416a878efba78cb993308cd84 100644
--- a/runtime/vm/intermediate_language.h
+++ b/runtime/vm/intermediate_language.h
@@ -47,7 +47,8 @@ class UnboxIntegerInstr;
V(TempMove, -5) \
V(Constant, -6) \
V(PushArgument, -7) \
- V(ControlFlow, -8)
+ V(ControlFlow, -8) \
+ V(Context, -9)
// COMPILE_ASSERT that all CLASSIFYING_TOKEN_POSITIONS are less than
// Scanner::kNoSourcePos.

Powered by Google App Engine
This is Rietveld 408576698