| Index: dart/lib/compiler/implementation/ssa/codegen.dart
|
| ===================================================================
|
| --- dart/lib/compiler/implementation/ssa/codegen.dart (revision 8381)
|
| +++ dart/lib/compiler/implementation/ssa/codegen.dart (working copy)
|
| @@ -1075,7 +1075,7 @@
|
| // cycle that we break by using a temporary name.
|
| if (currentLocation[current] !== null
|
| && current != currentLocation[initialValue[current]]) {
|
| - String tempName = VariableNames.SWAP_TEMP;
|
| + String tempName = variableNames.swapTemp;
|
| emitAssignment(tempName, current);
|
| currentLocation[current] = tempName;
|
| // [current] can now be safely updated. Copies of [current]
|
|
|