mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
SimplifyLibCalls - remove unnecessary header and forward declaration. NFC.
We include TargetLibraryInfo.h so don't need to forward declare it, and we don't need to include TargetLibraryInfo.h in SimplifyLibCalls.cpp as well.
This commit is contained in:
parent
85fa3b1299
commit
b71064b07e
@ -24,7 +24,6 @@ class CallInst;
|
||||
class DataLayout;
|
||||
class Instruction;
|
||||
class IRBuilderBase;
|
||||
class TargetLibraryInfo;
|
||||
class Function;
|
||||
class OptimizationRemarkEmitter;
|
||||
class BlockFrequencyInfo;
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include "llvm/Analysis/ConstantFolding.h"
|
||||
#include "llvm/Analysis/OptimizationRemarkEmitter.h"
|
||||
#include "llvm/Analysis/ProfileSummaryInfo.h"
|
||||
#include "llvm/Analysis/TargetLibraryInfo.h"
|
||||
#include "llvm/Transforms/Utils/Local.h"
|
||||
#include "llvm/Analysis/ValueTracking.h"
|
||||
#include "llvm/Analysis/CaptureTracking.h"
|
||||
|
Loading…
Reference in New Issue
Block a user