@@ -119,7 +119,6 @@ add_llvm_component_library(LLVMCodeGen
|
||||
MachineCycleAnalysis.cpp
|
||||
MachineDebugify.cpp
|
||||
MachineDomTreeUpdater.cpp
|
||||
MachineFloatingPointPredicateUtils.cpp
|
||||
MachineDominanceFrontier.cpp
|
||||
MachineDominators.cpp
|
||||
MachineFrameInfo.cpp
|
||||
|
||||
@@ -25,6 +25,7 @@ add_llvm_component_library(LLVMGlobalISel
|
||||
LoadStoreOpt.cpp
|
||||
Localizer.cpp
|
||||
LostDebugLocObserver.cpp
|
||||
MachineFloatingPointPredicateUtils.cpp
|
||||
MachineIRBuilder.cpp
|
||||
RegBankSelect.cpp
|
||||
Utils.cpp
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/CodeGen/MachineFloatingPointPredicateUtils.h"
|
||||
#include "llvm/CodeGen/GlobalISel/MachineFloatingPointPredicateUtils.h"
|
||||
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
|
||||
#include "llvm/CodeGen/LowLevelTypeUtils.h"
|
||||
#include "llvm/CodeGen/MachineRegisterInfo.h"
|
||||
Reference in New Issue
Block a user