Index: src/compiler/code-generator-impl.h |
diff --git a/src/compiler/code-generator-impl.h b/src/compiler/code-generator-impl.h |
index 8cbce467486d14d12df8521544f5a9dcf6266547..4dccdc912ce73c20306e08df393a0c65e3831dbf 100644 |
--- a/src/compiler/code-generator-impl.h |
+++ b/src/compiler/code-generator-impl.h |
@@ -210,8 +210,6 @@ class OutOfLineCode : public ZoneObject { |
static inline void FinishCode(MacroAssembler* masm) { |
#if V8_TARGET_ARCH_ARM64 || V8_TARGET_ARCH_ARM |
masm->CheckConstPool(true, false); |
-#elif V8_TARGET_ARCH_IA32 || V8_TARGET_ARCH_X64 |
- masm->ud2(); |
#endif |
} |