| Index: frog/leg/ssa/builder.dart
|
| ===================================================================
|
| --- frog/leg/ssa/builder.dart (revision 2746)
|
| +++ frog/leg/ssa/builder.dart (working copy)
|
| @@ -13,10 +13,10 @@
|
| SsaBuilder builder = new SsaBuilder(compiler, elements);
|
| HGraph graph;
|
| switch (element.kind) {
|
| - case ElementKind.CONSTRUCTOR:
|
| + case ElementKind.GENERATIVE_CONSTRUCTOR:
|
| graph = compileConstructor(builder, function, element, elements);
|
| break;
|
| - case ElementKind.CONSTRUCTOR_BODY:
|
| + case ElementKind.GENERATIVE_CONSTRUCTOR_BODY:
|
| graph = compileConstructorBody(builder, function, element, elements);
|
| break;
|
| case ElementKind.FUNCTION:
|
|
|