forked from OSchip/llvm-project
Add missing include diagnosed by the modules build.
This commit is contained in:
parent
675a557316
commit
4904e85313
|
@ -18,6 +18,7 @@
|
|||
|
||||
#include "llvm/IR/Function.h"
|
||||
#include "llvm/IR/PassManager.h"
|
||||
#include "llvm/Pass.h"
|
||||
|
||||
#define DEBUG_TYPE "instcombine"
|
||||
#include "llvm/Transforms/Utils/InstructionWorklist.h"
|
||||
|
|
Loading…
Reference in New Issue