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 5c85325f8bc7623b553d351514fbabfc8f1b95c7..c68a6ffddd2ba9a978904446f9a123ccae359a5d 100644 |
--- a/test/cctest/compiler/test-run-machops.cc |
+++ b/test/cctest/compiler/test-run-machops.cc |
@@ -4201,8 +4201,7 @@ uint64_t ToInt64(uint32_t low, uint32_t high) { |
return (static_cast<uint64_t>(high) << 32) | static_cast<uint64_t>(low); |
} |
-#if V8_TARGET_ARCH_32_BIT && !V8_TARGET_ARCH_MIPS && !V8_TARGET_ARCH_PPC && \ |
- !V8_TARGET_ARCH_X87 |
+#if V8_TARGET_ARCH_32_BIT && !V8_TARGET_ARCH_MIPS && !V8_TARGET_ARCH_X87 |
TEST(RunInt32PairAdd) { |
BufferedRawMachineAssemblerTester<int32_t> m( |
MachineType::Uint32(), MachineType::Uint32(), MachineType::Uint32(), |