summaryrefslogtreecommitdiff
path: root/deps/v8/src/codegen/constants-arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/codegen/constants-arch.h')
-rw-r--r--deps/v8/src/codegen/constants-arch.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/deps/v8/src/codegen/constants-arch.h b/deps/v8/src/codegen/constants-arch.h
index cea8dc068f..2417be5d4d 100644
--- a/deps/v8/src/codegen/constants-arch.h
+++ b/deps/v8/src/codegen/constants-arch.h
@@ -6,23 +6,23 @@
#define V8_CODEGEN_CONSTANTS_ARCH_H_
#if V8_TARGET_ARCH_ARM
-#include "src/codegen/arm/constants-arm.h" // NOLINT
+#include "src/codegen/arm/constants-arm.h"
#elif V8_TARGET_ARCH_ARM64
-#include "src/codegen/arm64/constants-arm64.h" // NOLINT
+#include "src/codegen/arm64/constants-arm64.h"
#elif V8_TARGET_ARCH_IA32
-#include "src/codegen/ia32/constants-ia32.h" // NOLINT
+#include "src/codegen/ia32/constants-ia32.h"
#elif V8_TARGET_ARCH_MIPS
-#include "src/codegen/mips/constants-mips.h" // NOLINT
+#include "src/codegen/mips/constants-mips.h"
#elif V8_TARGET_ARCH_MIPS64
-#include "src/codegen/mips64/constants-mips64.h" // NOLINT
+#include "src/codegen/mips64/constants-mips64.h"
#elif V8_TARGET_ARCH_PPC || V8_TARGET_ARCH_PPC64
-#include "src/codegen/ppc/constants-ppc.h" // NOLINT
+#include "src/codegen/ppc/constants-ppc.h"
#elif V8_TARGET_ARCH_S390
-#include "src/codegen/s390/constants-s390.h" // NOLINT
+#include "src/codegen/s390/constants-s390.h"
#elif V8_TARGET_ARCH_X64
-#include "src/codegen/x64/constants-x64.h" // NOLINT
+#include "src/codegen/x64/constants-x64.h"
#elif V8_TARGET_ARCH_RISCV64
-#include "src/codegen/riscv64/constants-riscv64.h" // NOLINT
+#include "src/codegen/riscv64/constants-riscv64.h"
#else
#error Unsupported target architecture.
#endif