Bug 1595476 part 4 - Remove now-almost-empty IonControlFlow.{h,cpp} files. r=tcampbell

Differential Revision: https://phabricator.services.mozilla.com/D52636

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jan de Mooij 2019-11-19 17:00:20 +00:00
parent 08172f587d
commit ba5f3b0a46
7 changed files with 0 additions and 31 deletions

View File

@ -17,7 +17,6 @@
#include "jit/BaselineCodeGen.h"
#include "jit/BaselineIC.h"
#include "jit/CompileInfo.h"
#include "jit/IonControlFlow.h"
#include "jit/JitCommon.h"
#include "jit/JitSpewer.h"
#include "util/Memory.h"

View File

@ -18,7 +18,6 @@
#include "jit/BaselineInspector.h"
#include "jit/CacheIR.h"
#include "jit/Ion.h"
#include "jit/IonControlFlow.h"
#include "jit/IonOptimizationLevels.h"
#include "jit/JitSpewer.h"
#include "jit/Lowering.h"

View File

@ -17,7 +17,6 @@
#include "jit/BaselineInspector.h"
#include "jit/BytecodeAnalysis.h"
#include "jit/IonAnalysis.h"
#include "jit/IonControlFlow.h"
#include "jit/IonOptimizationLevels.h"
#include "jit/MIR.h"
#include "jit/MIRGenerator.h"

View File

@ -1,9 +0,0 @@
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*-
* vim: set ts=8 sts=2 et sw=2 tw=80:
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "jit/IonControlFlow.h"
#include "mozilla/DebugOnly.h"

View File

@ -1,17 +0,0 @@
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*-
* vim: set ts=8 sts=2 et sw=2 tw=80:
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef jit_IonControlFlow_h
#define jit_IonControlFlow_h
#include "mozilla/Array.h"
#include "jit/BytecodeAnalysis.h"
#include "jit/FixedList.h"
#include "jit/JitAllocPolicy.h"
#include "js/TypeDecls.h"
#endif /* jit_IonControlFlow_h */

View File

@ -20,7 +20,6 @@
#include "jit/CompileInfo.h"
#include "jit/ICStubSpace.h"
#include "jit/IonCode.h"
#include "jit/IonControlFlow.h"
#include "jit/JitFrames.h"
#include "jit/shared/Assembler-shared.h"
#include "js/GCHashTable.h"

View File

@ -61,7 +61,6 @@ UNIFIED_SOURCES += [
'IonAnalysis.cpp',
'IonBuilder.cpp',
'IonCacheIRCompiler.cpp',
'IonControlFlow.cpp',
'IonIC.cpp',
'IonOptimizationLevels.cpp',
'Jit.cpp',