| Index: test/cctest/compiler/test-control-reducer.cc
|
| diff --git a/test/cctest/compiler/test-control-reducer.cc b/test/cctest/compiler/test-control-reducer.cc
|
| index 58437c5fd1738eaf752f7d740bea95c34d98ff57..67fdb6840b94a840b85256d2e08cdaa1ebb203cc 100644
|
| --- a/test/cctest/compiler/test-control-reducer.cc
|
| +++ b/test/cctest/compiler/test-control-reducer.cc
|
| @@ -973,6 +973,7 @@ struct Branch {
|
| };
|
|
|
|
|
| +// TODO(titzer): use the diamonds from src/compiler/diamond.h here.
|
| struct Diamond {
|
| Node* branch;
|
| Node* if_true;
|
|
|