Commit 85fac499 authored by titzer's avatar titzer Committed by Commit bot

[turbofan] Remove unnecessary code at end of every TurboFan function.

R=jarin@chromium.org, mstarzinger@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/2132393002
Cr-Commit-Position: refs/heads/master@{#37641}
parent e28b1626
...@@ -210,8 +210,6 @@ class OutOfLineCode : public ZoneObject { ...@@ -210,8 +210,6 @@ class OutOfLineCode : public ZoneObject {
static inline void FinishCode(MacroAssembler* masm) { static inline void FinishCode(MacroAssembler* masm) {
#if V8_TARGET_ARCH_ARM64 || V8_TARGET_ARCH_ARM #if V8_TARGET_ARCH_ARM64 || V8_TARGET_ARCH_ARM
masm->CheckConstPool(true, false); masm->CheckConstPool(true, false);
#elif V8_TARGET_ARCH_IA32 || V8_TARGET_ARCH_X64
masm->ud2();
#endif #endif
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment