Skip to content

Commit

Permalink
Removed codegen/FrontEnd.hpp and codegen/FrontEnd.cpp
Browse files Browse the repository at this point in the history
Signed-off-by: Yuehan-Lin <Yuehan.Lin@ibm.com>
  • Loading branch information
Yuehan-Lin committed Dec 4, 2019
1 parent 3d58b80 commit cb323c5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 46 deletions.
22 changes: 0 additions & 22 deletions compiler/codegen/FrontEnd.cpp

This file was deleted.

22 changes: 0 additions & 22 deletions compiler/codegen/FrontEnd.hpp

This file was deleted.

2 changes: 1 addition & 1 deletion fvtest/compilertest/build/files/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ JIT_PRODUCT_BACKEND_SOURCES+=\
$(JIT_OMR_DIRTY_DIR)/control/OptimizationPlan.cpp \
$(JIT_OMR_DIRTY_DIR)/control/OMRRecompilation.cpp \
$(JIT_OMR_DIRTY_DIR)/env/ExceptionTable.cpp \
$(JIT_OMR_DIRTY_DIR)/env/FrontEnd.cpp \
$(JIT_OMR_DIRTY_DIR)/infra/Assert.cpp \
$(JIT_OMR_DIRTY_DIR)/infra/BitVector.cpp \
$(JIT_OMR_DIRTY_DIR)/infra/Checklist.cpp \
Expand Down Expand Up @@ -182,7 +183,6 @@ JIT_PRODUCT_BACKEND_SOURCES+=\
$(JIT_OMR_DIRTY_DIR)/codegen/CodeGenPrep.cpp \
$(JIT_OMR_DIRTY_DIR)/codegen/CodeGenGC.cpp \
$(JIT_OMR_DIRTY_DIR)/codegen/CodeGenRA.cpp \
$(JIT_OMR_DIRTY_DIR)/codegen/FrontEnd.cpp \
$(JIT_OMR_DIRTY_DIR)/codegen/OMRGCRegisterMap.cpp \
$(JIT_OMR_DIRTY_DIR)/codegen/OMRGCStackAtlas.cpp \
$(JIT_OMR_DIRTY_DIR)/codegen/OMRLinkage.cpp \
Expand Down
2 changes: 1 addition & 1 deletion jitbuilder/build/files/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ JIT_PRODUCT_BACKEND_SOURCES+=\
$(JIT_OMR_DIRTY_DIR)/env/TRMemory.cpp \
$(JIT_OMR_DIRTY_DIR)/env/TRPersistentMemory.cpp \
$(JIT_OMR_DIRTY_DIR)/env/VerboseLog.cpp \
$(JIT_OMR_DIRTY_DIR)/env/FrontEnd.cpp \
$(JIT_OMR_DIRTY_DIR)/il/OMRDataTypes.cpp \
$(JIT_OMR_DIRTY_DIR)/il/OMRTreeTop.cpp \
$(JIT_OMR_DIRTY_DIR)/il/OMRILOps.cpp \
Expand Down Expand Up @@ -185,7 +186,6 @@ JIT_PRODUCT_BACKEND_SOURCES+=\
$(JIT_OMR_DIRTY_DIR)/codegen/CodeGenPrep.cpp \
$(JIT_OMR_DIRTY_DIR)/codegen/CodeGenGC.cpp \
$(JIT_OMR_DIRTY_DIR)/codegen/CodeGenRA.cpp \
$(JIT_OMR_DIRTY_DIR)/codegen/FrontEnd.cpp \
$(JIT_OMR_DIRTY_DIR)/codegen/OMRGCRegisterMap.cpp \
$(JIT_OMR_DIRTY_DIR)/codegen/OMRGCStackAtlas.cpp \
$(JIT_OMR_DIRTY_DIR)/codegen/OMRLinkage.cpp \
Expand Down

0 comments on commit cb323c5

Please sign in to comment.