| Index: runtime/vm/intrinsifier.h
|
| diff --git a/runtime/vm/intrinsifier.h b/runtime/vm/intrinsifier.h
|
| index fb9aa7c47a94085449a9dbd8b79749108a792385..4e3f587a763b33bac92c979ff1afd89b2da94add 100644
|
| --- a/runtime/vm/intrinsifier.h
|
| +++ b/runtime/vm/intrinsifier.h
|
| @@ -94,6 +94,7 @@ class Intrinsifier : public AllStatic {
|
| // completely and the code does not need to be generated (i.e., no slow
|
| // path possible).
|
| static bool Intrinsify(const Function& function, Assembler* assembler);
|
| + static bool CanIntrinsify(const Function& function);
|
|
|
| private:
|
| #define DECLARE_FUNCTION(test_class_name, test_function_name, destination) \
|
|
|