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

Unified Diff: runtime/vm/vm_sources.gypi

Issue 2904543002: Fix misoptimization of 'is' test (Closed)
Patch Set: Remove inadvertent change Created 3 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
Index: runtime/vm/vm_sources.gypi
diff --git a/runtime/vm/vm_sources.gypi b/runtime/vm/vm_sources.gypi
index 9229fd897b2bb1b3b98bdc02495f47a444329c62..32c2603eb1910432e7981ce827b199b785b9565f 100644
--- a/runtime/vm/vm_sources.gypi
+++ b/runtime/vm/vm_sources.gypi
@@ -347,6 +347,8 @@
'object_store_test.cc',
'object_test.cc',
'object_x64_test.cc',
+ 'optimizer.cc',
+ 'optimizer.h',
'os.h',
'os_android.cc',
'os_fuchsia.cc',

Powered by Google App Engine
This is Rietveld 408576698