Chromium Code Reviews| Index: src/hydrogen.h |
| =================================================================== |
| --- src/hydrogen.h (revision 7081) |
| +++ src/hydrogen.h (working copy) |
| @@ -234,6 +234,7 @@ |
| void ComputeMinusZeroChecks(); |
| bool ProcessArgumentsObject(); |
| void EliminateRedundantPhis(); |
| + void EliminateDeadPhis(); |
|
Kevin Millikin (Chromium)
2011/03/08 08:51:03
"Dead" is ambiguous. Maybe "Unreachable" is more
fschneider
2011/03/08 10:03:39
Done.
|
| void Canonicalize(); |
| void OrderBlocks(); |
| void AssignDominators(); |