| Index: test/cctest/compiler/test-run-machops.cc
|
| diff --git a/test/cctest/compiler/test-run-machops.cc b/test/cctest/compiler/test-run-machops.cc
|
| index 985e0f8ff619852457fbab807f73be0d34fb4c1a..d6cdebc0b408d6104a9a1fd48c3a0ddcbaf2a609 100644
|
| --- a/test/cctest/compiler/test-run-machops.cc
|
| +++ b/test/cctest/compiler/test-run-machops.cc
|
| @@ -142,21 +142,6 @@ TEST(RunRedundantBranch1) {
|
|
|
| TEST(RunRedundantBranch2) {
|
| RawMachineAssemblerTester<int32_t> m;
|
| - int constant = 955777;
|
| -
|
| - MLabel blocka, blockb;
|
| - m.Branch(m.Int32Constant(0), &blocka, &blocka);
|
| - m.Bind(&blockb);
|
| - m.Goto(&blocka);
|
| - m.Bind(&blocka);
|
| - m.Return(m.Int32Constant(constant));
|
| -
|
| - CHECK_EQ(constant, m.Call());
|
| -}
|
| -
|
| -
|
| -TEST(RunRedundantBranch3) {
|
| - RawMachineAssemblerTester<int32_t> m;
|
| int constant = 966777;
|
|
|
| MLabel blocka, blockb, blockc;
|
|
|