forked from OSchip/llvm-project
[Attributor][NFC] Include only what is needed
llvm-svn: 368341
This commit is contained in:
parent
8240b0d7fe
commit
4a08a6794f
|
@ -96,9 +96,9 @@
|
||||||
#ifndef LLVM_TRANSFORMS_IPO_ATTRIBUTOR_H
|
#ifndef LLVM_TRANSFORMS_IPO_ATTRIBUTOR_H
|
||||||
#define LLVM_TRANSFORMS_IPO_ATTRIBUTOR_H
|
#define LLVM_TRANSFORMS_IPO_ATTRIBUTOR_H
|
||||||
|
|
||||||
#include "llvm/Analysis/LazyCallGraph.h"
|
|
||||||
#include "llvm/IR/CallSite.h"
|
#include "llvm/IR/CallSite.h"
|
||||||
#include "llvm/IR/PassManager.h"
|
#include "llvm/IR/PassManager.h"
|
||||||
|
#include "llvm/ADT/SetVector.h"
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue