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 5606126e062d7f0e18cf7daa2e4dcf2d0d556d8a..6501a11caccf0a66b2b1d1b8347a2fe2525872b9 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; |