Chromium Code Reviews| Index: lib/compiler/implementation/ssa/nodes.dart |
| =================================================================== |
| --- lib/compiler/implementation/ssa/nodes.dart (revision 6988) |
| +++ lib/compiler/implementation/ssa/nodes.dart (working copy) |
| @@ -874,6 +874,7 @@ |
| } |
| bool isConstant() => false; |
| + bool isConstantBoolean() => false; |
|
Lasse Reichstein Nielsen
2012/04/26 07:24:02
How did we live without that?!?
|
| bool isConstantNull() => false; |
| bool isConstantNumber() => false; |
| bool isConstantString() => false; |