forked from OSchip/llvm-project
VNCoercion.cpp - remove unused includes. NFC.
This commit is contained in:
parent
dd3580cc29
commit
70f290d95c
|
@ -1,12 +1,11 @@
|
|||
#include "llvm/Transforms/Utils/VNCoercion.h"
|
||||
#include "llvm/Analysis/AliasAnalysis.h"
|
||||
#include "llvm/Analysis/ConstantFolding.h"
|
||||
#include "llvm/Analysis/ValueTracking.h"
|
||||
#include "llvm/IR/IRBuilder.h"
|
||||
#include "llvm/IR/IntrinsicInst.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
|
||||
#define DEBUG_TYPE "vncoerce"
|
||||
|
||||
namespace llvm {
|
||||
namespace VNCoercion {
|
||||
|
||||
|
|
Loading…
Reference in New Issue