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

Unified Diff: runtime/vm/intermediate_language.h

Issue 2254053002: Move inlining of recognized SIMD methods to the flow-graph inliner. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: add missing guard for speculative inlining 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
Index: runtime/vm/intermediate_language.h
diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h
index bfcb8a767726f7262ab23fc717f2cc414d8a554f..47562644cf86a38fc8028f724c22963eeab1c574 100644
--- a/runtime/vm/intermediate_language.h
+++ b/runtime/vm/intermediate_language.h
@@ -341,9 +341,6 @@ class Value : public ZoneAllocated {
bool IsSmiValue() { return Type()->ToCid() == kSmiCid; }
- // Returns true if this value binds to the constant: 0xFFFFFFFF.
- bool BindsTo32BitMaskConstant() const;
-
// Return true if the value represents a constant.
bool BindsToConstant() const;

Powered by Google App Engine
This is Rietveld 408576698