| Index: runtime/vm/intermediate_language.h
|
| ===================================================================
|
| --- runtime/vm/intermediate_language.h (revision 29815)
|
| +++ runtime/vm/intermediate_language.h (working copy)
|
| @@ -3105,9 +3105,6 @@
|
| SetInputAt(1, right);
|
| }
|
|
|
| - // Returns true if this instruction is supported on the current platform.
|
| - static bool IsSupported();
|
| -
|
| // Returns true if this combination of comparison and values flowing on
|
| // the true and false paths is supported on the current platform.
|
| static bool Supports(ComparisonInstr* comparison, Value* v1, Value* v2);
|
|
|